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 / guest
will first goto the base-url then will connect to the server
and then will parse the page if requested for the first time
and then the output login page will be forwarded on the
browser in form of html
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is jar?
What is treeset in java?
Can you call a method in a method?
What is an eror in java?
How to disable caching on back button of the browser?
how to run ecllipse with jettyserver for windows environment using batch file
What is == mean?
List primitive java types?
What is thread safe java?
What is the use of bufferedreader?
What is the maximum size of a string in java?
Write a program to find the greatest of three numbers in java?
What does a za z0 9 mean?
How many types of threads are there in java?
Can you declare a private method as static?