If a servlet is not properly initialized, what exception may be thrown?
No Answer is Posted For this Question
Be the First to Post Answer
Why is init() method is used in servlets?
What is difference between server and servlet?
can servlet have instance variables?
Can we override servlet service method?
i have class files in class folder. but i have no java files. but i want to modify the java files which are related to class files . how ?
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.
Explain the war file?
How do you communicate in between Applets and Servlets?
How can we implement a jsp page?
How to find whether a parameter exists in the request object?
What are the different methods of session management in servlets?
Write a program to show the functionality of servlets.