What happens, when client requests for server object, which
is not yet loaded into the memory?
Answer Posted / sandeep m
when a class is not yet loaded by server. If the server is
receiving the request for such class for the first time
then it loads the class instantiates and serves the
request. All this process takes time and request processing
of first request for that class is delayed. Further
requests for the class will be processed fast.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Why HttpServlet class is declared abstract?
Why is servlet used?
Differentiate between the print writer and servlet output stream?
What are the objects involved when a servlet receives a call from client?
What is api in servlet?
I have a requirement Here we have a ResultSet object that will contain 50 records i need to print those recors in to a webpage(i.e; view according to MVC architectures that mybe servlet or jsp) . Here i need to print the records 10 per page that is 1 to 10 in page one and 11 to 20 in page two like remaining will be appeared in other pages we need to display those page numbers whenever we click on that page number we will go to that page and display 10 records like we will display 5 pages it is like this << 1 2 3 4 5 next >>
How do you create a cookie using servlet?
How many servlet objects are created?
What is meant by servlet? What are the parameters of the service method?
What is the difference between forward () and sendredirect () functions in servlet? Explain
Is servlet a server side scripting language?
What are advantages of servlets over cgi?
What is the purpose of inter-servlet communication?
How to upload a file to the server using servlet?
What is the purpose of dispatcherservlet properties?