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
How do I find and replace in word?
Which eclipse is best for java?
Is it possible to override the main method?
What is multiple inheritance? Is it supported by java?
What is ++ a in java?
Where is jre installed?
What is the replace tool?
what is meant by Byte code concept in Java?
What is polymorphism java example?
How to remove the trailing spaces from a string?
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
What is meant by null and void?
What are the types of methods in java?
Is integer a class?
How do you add an arraylist to an array in java?