What methods do you use in servlet - applet communication?
No Answer is Posted For this Question
Be the First to Post Answer
Hi guys.. Well can u tell me that why there is need of "init()" , i mean why can not we initialize the servlet object with the help of constructors? Thank you.
when the jsp page is translated to servlet?
can v create a constructor 4 servlet?
Is there any need to shutdown the web server, if you want to modify a servlet?
Can we override destroy method in servlet?
Why doesn’t a servlet include main()?
What are the various ways of session supervision in servlets?
Which httpsession object is used to view and manipulate information about a session?
Who is responsible to create the object of servlet?
How threads are implemented in servlets?
where the session data will stored?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?