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 thread life cycle?
How do you invoke a method?
what are abstract functions?
Tell some latest versions in JAVA related areas?
How is treeset implemented in java?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
When should I use stringbuffer?
What is vector?
What is java developer skills?
What is prefix of a string?
What is a package in java? List down various advantages of packages.
What are exceptions
What are keywords in java?
What is the difference between char and char *?
What are different types of control structures?