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
Can inner class be public in java?
What is difference between calling start() and run() method of thread?
How many types of design patterns are there?
What is functional interface in java?
What is a class variable?
What is the statements?
What are decalarations?
What defines function?
Does hashset allow duplicates in java?
Can we create an object of private class?
What is consumer in java?
How we can declare a static variable?
What is lambda expression in java?
What is the differences between c++ and java? Explain
What are drawbacks of singleton class?