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
How do you differentiate abstract class from interface?
What is the use of singleton?
What about instanceof operator in java?
Can private members of a base class are inheritable justify?
Which class represents the socket that both the client and server use to communicate with each other?
Can a method be static?
What if I write static public void instead of public static void in java?
What is the implementation of destroy method in java. Is it native or java code?
Can we change the value of static variable?
What is logical variable?
Why unicode is important?
How do you change an int to a string?
What are keywords in programming?
Write a function to find out longest palindrome in a given string?
What does it mean to be immutable?