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 ServletConfig object?

1 Answers  


Why the container loads server at the application startup and how?

1 Answers  


Can we use servlets in JavaScript?

2 Answers  


Explain in brief the directory structure of a web application?

1 Answers  


What is the servletconfig object?

1 Answers  


How multiple simultaneous requests can be handled by servlets?

2 Answers  


What is the first statement in jsp page.

7 Answers   L&T,


what is the difference between servlets and struts?

3 Answers  


can i override service method

3 Answers   Intelligroup,


What is the use of send redirect () method?

1 Answers  


What is the capacity that doGet method can send to the server?

5 Answers  


What is difference between Forward() and sendRedirect() methode?

14 Answers   Polaris,


Categories