What is with the javax.servlet package naming?

Answers were Sorted based on User's Feedback



What is with the javax.servlet package naming?..

Answer / niranjanravi

This is one of the package we have in Servlets.The classes
we have in this in package are
GenericServlet,ServletInputStream,ServletOutStream,UnAvailab
leException,ServletException.
The Interfaces are
Servlet,ServletRequest,ServletResponse,SingleThreadModel,Ser
vletContext,ServletConfig

Is This Answer Correct ?    2 Yes 0 No

What is with the javax.servlet package naming?..

Answer / sk

this is also one of the package in servlets .......
package consists of Classes,Interfaces,Exceptions

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Servlets Interview Questions

How can we achieve transport layer security for our web application?

0 Answers  


How the JSP file will be executed on the Server side?

0 Answers   Cap Gemini,


Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?

0 Answers  


What are different types of Servlets?

12 Answers  


How would you create deadlock on your servlet?

0 Answers  






what are the different services provided by the web server?

2 Answers  


What is servlet invoker?

0 Answers  


how a user session can be tracked in servlets?

1 Answers  


What is the difference between CGI and Servlet?

0 Answers  


How can you use a servlet to generate a plain text instead of html?

0 Answers  


What is the type of method for sending request from http server?

0 Answers  


How to get the current httpsession object?

0 Answers  


Categories