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
List some features of the abstract class.
What is the replace tool?
What is yield () in java?
What is method reference?
What are inbuilt functions?
Is string passed by reference in java?
Can a boolean be null java?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
What is general methodology?
What are the features in java?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
How does compareto work in java?
Explain importance of inheritance in java?
How many techniques can be employed to create a string object?
What is the difference between jvm and jre? What is an interface?