Answer Posted / ajay dhingra
Servlet is server side web application component written in
java which is used to handle client side request.
there are two type of servlet
1. Generic Servlet : extends javax.servlet.
2. HttpServlet : extends javax.Servlet.HttpServlet.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???
How do you insert a line break?
What is java in detail?
Which method must be implemented by all threads?
What access modifiers can be used for class ?
Can we create object of inner class in java?
What is tree node in java?
What are synchronized methods and synchronized statements in java programming?
What is java lang object?
What is math in java?
What is widening and narrowing in java? Discuss with an example.
What is join () in java?
What is charat ()?
What is variable and constant explain with example?
Is arraylist dynamic in java?