My application URL :
http://localhost:8080/Application/Login.jsp. When a user
enter this url in IE then, how it get Login.JSP Page
exactly? what are the processes will happen from when we
submit the URL to get Login.jsp?
Answer Posted / kumar
It look into the configuration file(web.xml) and search for
the login.jsp(in the server) from there it retrives the
information and send it to client side
| Is This Answer Correct ? | 11 Yes | 7 No |
Post New Answer View All Answers
What is the benefit of using enum to declare a constant?
Difference between arraylist and hashset in java?
How do you read a char in java?
What are the drawbacks for singleton class?
What is the maximum size of array in java?
What is :: operator in java 8?
Write code of any action class?
What super () does in java?
Explain about the main() method in java?
What are the various access specifiers in java?
Give us the name of the list layoutmanagers in java?
Why do we create public static method in java?
4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (
what is encapsulation in java? Explain
What is lazy initialization in java?