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 meaning of course?
What is map and hashmap in java?
What is the difference between replace and replace all?
What is final access modifier in java?
How do I print a “?
What is a “stateless” protocol ?
What is constructor chaining in java?
What is pre increment and post increment in java?
What is isa relationship?
Why string is not a wrapper class?
Is arraylist an object in java?
What does main method?
What classes of exceptions may be thrown by a throw statement?
How do you override a method in java?
Why does abstract class have constructor?