|
Related Questions |
View Answer |
|
What is servlet mapping?
|
View Answer
|
|
What is session?
|
View Answer
|
|
What is the difference between GET and POST
|
View Answer
|
|
Can we use the constructor, instead of init(), to initialize servlet?
|
View Answer
|
|
How can I send user authentication information while making URL Connection?
|
View Answer
|
|
Request parameter How to find whether a parameter exists in the request object?
|
View Answer
|
|
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
|
View Answer
|
|
What is filter? Can filter be used as request or response?
|
View Answer
|
|
If a servlet is not properly initialized, what exception may be thrown?
|
View Answer
|
|
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
|
View Answer
|
|
What is servlet container?
|
View Answer
|
|
Why is Servlet so popular?
|
View Answer
|
|
How many times instantiation phase executed in Servlets?Explain briefly.
|
View Answer
|
|
Apart from context param , is there any other way to set/declare the global variable to access over the application?
|
View Answer
|
|
5.we have two servlets A,B .one jsp. A does not authorised to access that jsp. B have authorisation toaccess to that jsp.But A does not know that B has authorisation.So howyou access the jsp from A.
|
View Answer
|
|
What is the servlet?
|
View Answer
|
|
Difference between application server and web sever?
|
View Answer
|
|
What is the difference between servlets and jsp?
|
View Answer
|
|
how do you compile servlet program?
|
View Answer
|
|
Why init is used and not constructor for servlets initialization?
|
View Answer
|