Java JSB Servlets Question and Answers
5. | What is the difference between ServletContext and PageContext? |
---|---|
|
|
6. | Can we implement an Interface in a JSP? |
---|---|
No | |
7. | What must be implemented by all Servlets? |
---|---|
The Servlet Inteface must be implemented by all servlets. | |
8. | What are the objects that are received when a Servlet accepts a call from Client? |
---|---|
|
|