Difference between jakarta tomcat and apache Tomcat?
Answer Posted / 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 |
Post New Answer View All Answers
What are different ways for authentication of servlet?
What are the disadvantages of storing session state in cookies?
How many objects of a servlet is created?
How can we refresh automatically when new data has entered the database?
Which event is fired at the time of project deployment and undeployment?
When servlet is loaded?
Why do we use sendredirect() method?
Servlet is pure java object or not?
How do you define a servlet?
What is the difference between using getSession(true) and getSession(false) methods?
What is pure servlet?
Is servlet a server side scripting language?
What is meant by Servlet? What are the parameters of service method?
What is called servlet container?
What do you mean by chaining in servlet?