Difference between jakarta tomcat and apache Tomcat?
Answers were Sorted based on User's Feedback
Answer / b.veera prasada reddy
here question is what mr x?what difference between jakartha
tomcat and apache tomcat.your answer is correxct,but it is
not clearly mentioned.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / abdul hannan
Tomcat is a Servlet container where apache is a web server.
Is This Answer Correct ? | 5 Yes | 5 No |
Answer / napoleon
jakarta tomcat is simply the former name of apache Tomcat, when it was still in the Jakarta Project.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / killer
Apache's Jakarta project, of which the Tomcat server is a subproject
Is This Answer Correct ? | 0 Yes | 0 No |
Explain the lifecycle of a servlet?
How can a servlet refresh automatically if some new data has entered the database?
3 Answers Citi Bank, CitiGroup, IBM, Satyam,
Servlet Chaining? How do you do the Filtering in Servlets?
when the jsp page is translated to servlet?
Which event is fired at the time of session creation and destroy?
What are the functions of Servlet container?
Can we refresh servlet in client and server side automatically?
What is context in servlet?
What are the advantages of cookies?
What do you mean by interservlet communication?
when the webcontainer creates ServeletConfig,ServletContext objects? befoure creating the Servlet object or not?
Hi guys.. Well can u tell me that why there is need of "init()" , i mean why can not we initialize the servlet object with the help of constructors? Thank you.