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 scope of a variable?
What is the difference between logical data independence and physical data independence?
Explain the difference between association, aggregation and inheritance relationships.
How do you compare arrays in java?
Explain about object oriented programming and its features?
Which command from the jdk compiles a java program?
What do you mean by an object in java?
How many types of string data types are there?
How do you reverse a list?
What is percentage in java?
What is the synonym of string?
What are basic keywords?
What are the legal operands of the instanceof operator?
Does java allow default arguments?
What is java util hashmap?