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 downloading java safe?
What is the use of method saveorupdate()?
Define thin client?
Enlist the technologies embraced in j2ee?
How many types of modules is defined by j2ee specification?
What type of code is java?
What is bean factory, have you used xmlbean factory?
What are the four types of J2EE modules?
What do you mean by the component contract?
Since we can create managed bean by two ways as, we can define the bean name in faces-config.xml file so that page can use that OR we can write annotation on bean class so that it is automatically assign to page but I want to know which one is good programming practice ? And also mention disadvantage of other which should not prefer ... Thanking you...
Which java ide is best?
Which java technology is in demand?
Which package is imported by default in java?
What do you understand by connector?
What is java servlet container?