Tomcat Server Question:

What is tomcat? Can we deploy a servelet in tomcat?

Tomcat Interview Question
Tomcat Interview Question

Answer:

Tomcat is a webserver, Which is support 3 -tier
archeticture..


Yes we can

in web.xml
<web-apps>
<servlet-name>
<servlet-class>


Previous QuestionNext Question
What is different between webserver and application server?What is the output of select * from tab?