Java Programming - JSP And Servlet Questions and Answers
1. What are the mechanisms available in ServletContextListener interface?
Loading...
2. A deployment descriptor describes
Loading...
3. Dynamic interception of requests and responses to transform the information is done by
Loading...
4. The life cycle of a servlet is managed by
Loading...
5. The include() method of RequestDispatcher
Loading...
6. The method forward(request,response) will
Loading...
7. What is the limit of data to be passed from HTML when doGet() method is used?
Loading...
8. The getSession() method with 'true' as its parameter [ getSession(true) ] it will return the appropriate session object when
Loading...
9. Which of the following are the session tracking techniques?
Loading...
10. What's the difference between servlets and applets?
1.Servlets executes on Servers, where as Applets executes on Browser
2.Servlets have no GUI, where as an Applet has GUI
3.Servlets creates static web pages, where as Applets creates dynamic web pages
4.Servlets can handle only a single request, where as Applet can handle multiple requests
1.Servlets executes on Servers, where as Applets executes on Browser
2.Servlets have no GUI, where as an Applet has GUI
3.Servlets creates static web pages, where as Applets creates dynamic web pages
4.Servlets can handle only a single request, where as Applet can handle multiple requests
Loading...
Are these questions helpful for you?
Related Quizzes
- Introduction To Java
- Java Network Programming
- Java File Input Output
- Java Socket Programming
- Java Data Types
- Java Operators
- Java Strings
- Java Arrays
- Java Package And Interface
- java.lang Package
- Java Swings
- Java Applets
- Java Exception Handling
- JSP And Servlet
- Struts And Hibernate
- Java Session
- JDBC
- Java Classes And Methods
- Java Generics
- Java Multithreading
Comments: (Your feedback is valuable to us)
Sahib Zar Khan 5 years ago Reply
In the last question PintWriter is misspelled it should be PrintWriter