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 exactly is methodology?
What is return used for in java?
what is server side caching?
What are three types of loops in java?
Does .length start 0 java?
Why there are some null interface in java? What does it mean?
Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.
Is array an object in java?
Explain the difference between private, public, package and protected in java?
What is the collections api in java programming?
Can you make a constructor final in Java?
What is ternary operator? Give an example.
What are the basic control structures?
Why is core java important?
What is a double vs float?