Hi I have servlet callling java function which is need to be executed when application loads first time.
In that servlet there is one method only init() as doget and dopost wont work for loadup servlet.
The java function returns one value which I need to pass to jsp .how to do it as request.getsession wont work inside init() method.

Answers
Add AnswerShare your knowledge