Remember
Register
1
new
Chill
new
Puzzles
new
GK
new
Sports
new
Business
Home
Questions
MCQs
Unanswered
Tags
Users
Ask a Question
Write Article
Articles
Connect to us
Post under tag servlet
Recent posts under tag servlet
All
Questions
MCQs
Jobs
Articles
0
votes
0
answers
What is DispatcherServlet and ContextLoaderListener?
posted
Dec 20, 2017
by
Jon Deck
java
spring
servlet
interview questions
+1
vote
1
answer
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?
posted
Nov 27, 2017
by
Frank Lee
java
servlet
interview questions
0
votes
Merits and Demerits of Servlets
posted
Nov 17, 2017
by
Ammy Jack
java
servlet
0
votes
1
answer
What is the use of servlet wrapper classes?
posted
Nov 7, 2017
by
Gn Guruswamy
java
servlet
interview questions
0
votes
1
answer
How does Cookies work in Servlets?
posted
Sep 28, 2017
by
Pankaj Singh
cookie
java
interview questions
servlet
0
votes
1
answer
What are the annotations used in Servlet 3?
posted
Sep 25, 2017
by
anonymous
java
servlet
interview questions
0
votes
1
answer
Why do we have servlet filters in java?
posted
Sep 19, 2017
by
anonymous
servlet
java
interview questions
0
votes
1
answer
What are common tasks performed by Servlet Container?
posted
Sep 16, 2017
by
anonymous
java
servlet
interview questions
0
votes
1
answer
What are different methods of session management in servlets?
posted
Sep 15, 2017
by
Pooja Singh
java
servlet
interview questions
0
votes
1
answer
What are important features of Servlet 3?
posted
Sep 15, 2017
by
anonymous
servlet
java
interview questions
0
votes
1
answer
How does Cookies work in Servlets?
posted
Sep 15, 2017
by
Pooja Singh
cookie
servlet
java
interview questions
0
votes
Java Servlet
posted
Sep 13, 2017
by
Ayush Srivastav
java
servlet
jsp
+1
vote
1
answer
What are life cycle methods of a servlet?
posted
Sep 12, 2017
by
Sonali Gupta
java
servlet
interview questions
0
votes
1
answer
What are different ways for servlet authentication in Java?
posted
Sep 12, 2017
by
anonymous
java
servlet
interview questions
+1
vote
1
answer
What is the Difference between Servlets Context and Servlet Config?
posted
May 11, 2016
by
anonymous
java
servlet
+2
votes
1
answer
Under what circumstances will a servlet be reloaded?
posted
Jan 7, 2016
by
Shyam
java
servlet
+1
vote
1
answer
How can I return a readily available (static) HTML page to the user instead of generating it in the servlet?
posted
Jan 5, 2016
by
Roshni
servlet
java
+1
vote
1
answer
How can I share data between two different web applications?
posted
Jan 5, 2016
by
Roshni
java
servlet
+2
votes
1
answer
How is SingleThreadModel implemented in Tomcat? In other containers?
posted
Dec 22, 2015
by
Joy Nelson
java
servlet
+2
votes
1
answer
What is the difference between in-process and out-of-process servlet containers?
posted
Dec 22, 2015
by
Joy Nelson
java
servlet
+1
vote
1
answer
Java: Does the RequestDispatcher expect a relative URL to be relative to the originally-called servlet
posted
Dec 18, 2015
by
Roshni
java
servlet
+1
vote
1
answer
What is a Servlet Context?
posted
Dec 18, 2015
by
Roshni
java
servlet
0
votes
1
answer
What is a request dispatcher in Java and how does it work?
posted
Dec 16, 2015
by
Dominic
servlet
java
+1
vote
1
answer
Is there any way to determine the number of concurrent connections my servlet engine can handle?
posted
Dec 16, 2015
by
Dominic
java
servlet
+3
votes
1
answer
How do I make servlet aliasing work with Apache+Tomcat?
posted
Dec 14, 2015
by
Dominic
java
servlet
jsp
+3
votes
1
answer
What is inter-servlet communication?
posted
Dec 14, 2015
by
Dominic
java
servlet
jsp
+2
votes
1
answer
How can I measure the file downloading time using servlets?
posted
Dec 9, 2015
by
Joy Nelson
servlet
java
jsp
+2
votes
1
answer
Can there be more than one instance of a servlet at one time ?
posted
Dec 9, 2015
by
Joy Nelson
java
servlet
+1
vote
1
answer
How can the data within an HTML form be refreshed automatically whenever there is a change in the database?
posted
Nov 30, 2015
by
Shyam
java
servlet
+1
vote
1
answer
How do I capture a request and dispatch the exact request (with all the parameters received) to another URL?
posted
Nov 30, 2015
by
Shyam
java
servlet
jsp
+2
votes
1
answer
How can I change the port of my Java Web Server from 8080 to something else?
posted
Nov 26, 2015
by
Dominic
java
jsp
servlet
+2
votes
1
answer
Which is the most efficient (i.e. processing speed) way to create a server application that accesses a database....?
posted
Nov 26, 2015
by
Dominic
java
jsp
servlet
+1
vote
1
answer
Why do we need to call super.init(config) in the init method of a servlet?
posted
Nov 24, 2015
by
Joy Nelson
java
servlet
jsp
+1
vote
1
answer
How can I explicitly unload a servlet or call the destroy method?
posted
Nov 24, 2015
by
Joy Nelson
servlet
java
+2
votes
1
answer
How do I separate presentation (HTML) from business logic (Java) when using servlets?
posted
Nov 20, 2015
by
Shyam
java
servlet
jsp
+3
votes
1
answer
How do I handle FORMs with multiple form elements (e.g. radio buttons) using the same name?
posted
Nov 20, 2015
by
Shyam
java
servlet
jsp
0
votes
1
answer
How can I use a servlet to generate a site using frames?
posted
Nov 18, 2015
by
Dominic
servlet
java
jsp
+1
vote
1
answer
How can I pass data retrieved from a database by a servlet to a JSP page?
posted
Nov 18, 2015
by
Dominic
servlet
java
0
votes
1
answer
How do I deal with multi-valued parameters in a servlet?
posted
Nov 12, 2015
by
Dominic
java
servlet
jsp
0
votes
1
answer
How can we use a servlet as a proxy for communications between two applets?
posted
Nov 12, 2015
by
Dominic
java
servlet
jsp
+1
vote
1
answer
How does one choose between overriding the doGet(), doPost(), and service() methods?
posted
Nov 4, 2015
by
Joy Nelson
java
servlet
jsp
+1
vote
1
answer
Why do GenericServlet and HttpServlet implement the Serializable interface?
posted
Nov 4, 2015
by
Joy Nelson
servlet
java
jsp
+1
vote
1
answer
How can I get the absolute URL of a servlet/JSP page at runtime?
posted
Oct 27, 2015
by
Dominic
servlet
java
jsp
+1
vote
1
answer
How can I determine the name and version number of the servlet or JSP engine that I am using?
posted
Oct 27, 2015
by
Dominic
servlet
java
+1
vote
1
answer
I am opening a single JDBC connection in my init() method. ......or the Statement object?
posted
Oct 27, 2015
by
Dominic
java
servlet
jsp
+2
votes
1
answer
Can I use System.exit() in servlets?
posted
Oct 22, 2015
by
Shyam
servlet
java
jsp
+1
vote
1
answer
What is the difference between encodeRedirectUrl and encodeURL?
posted
Oct 22, 2015
by
Shyam
java
servlet
+1
vote
1
answer
How much data we can store in a session object in servlet ?
posted
Oct 22, 2015
by
Shyam
servlet
java
+1
vote
1
answer
What distinguishes a JavaBean from a Servlet?
posted
Oct 19, 2015
by
Shyam
java
servlet
jsp
+1
vote
1
answer
Is there any method to unload a servlet from Web Server memory without restarting the server?
posted
Oct 19, 2015
by
Shyam
java
servlet
Page:
1
2
next »
...