servlet has not any main method in it how does it work by
JVM?
Answer Posted / psreddy
whenever send a request for any resource , First the
webcontainer will recieves the request and after it will
create two objects that objects are request and response
objects then it will match the url pattern in web.xml ,
afer that it creates Servlet Object .
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Is java still slow?
What is 2 stands for in j2ee?
What is the difference between java and core java?
What is declaration?
What is delegation?
What is event handling in java?
What will happen when you compile and run the following code?
What is j2ee application?
What are the tools in java?
What is application assembler?
What are the advanced technologies in java?
What is enterprise information system resource?
What is web container in j2ee?
Why is java robust?
What are the main components of a class in java?