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

What is java servlet?

0 Answers  


What compiler do not do if we create our own constructor?

5 Answers   HCL,


What do you mean by singlethreadmodel interface?

0 Answers  


What does the term localization refer to?

0 Answers  


What is the difference between using getSession(true) and getSession(false) methods?

0 Answers  






how to use servlets with j2ee ?

2 Answers   Tech Mahindra,


what is the difference b/w DispatchAction and LookUpDispatchAction?

1 Answers   Deloitte, iGate, Tech Mahindra,


How do you design microservices?

0 Answers  


What is servletconfig?

0 Answers  


Which application server is best for java?

0 Answers  


Explain web application directory arrangement?

0 Answers  


What is ServletConfig object?

0 Answers  


Categories