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 jsp
Recent posts under tag jsp
All
Questions
MCQs
Jobs
Articles
+1
vote
1
answer
What are the standard actions available in JSP?
posted
Nov 10, 2017
by
Danial Frank
java
jsp
interview questions
0
votes
1
answer
What is the logic behind a scriptlet in JSP?
posted
Nov 7, 2017
by
Frank Lee
jsp
interview questions
java
+1
vote
1
answer
What are the benefits of PageContext implicit object in java?
posted
Nov 6, 2017
by
Jon Deck
java
interview questions
jsp
+1
vote
0
answers
Can we use JavaScript with JSP Pages?
posted
Oct 3, 2017
by
Supriya Jain
jsp
javascript
java
interview questions
+1
vote
1
answer
Explain JSP action elements or action tags?
posted
Oct 3, 2017
by
Supriya Jain
jsp
java
interview questions
+1
vote
1
answer
What is Scriptlet, Expression and Declaration in JSP?
posted
Oct 3, 2017
by
Supriya Jain
jsp
java
interview questions
0
votes
1
answer
How to ignore the EL expression evaluation in a JSP?
posted
Sep 19, 2017
by
anonymous
java
jsp
interview questions
+1
vote
1
answer
What is JSP Custom Tag and what are it’s components?
posted
Sep 18, 2017
by
Ayush Srivastav
jsp
java
interview questions
0
votes
1
answer
How do we configure init params for JSP?
posted
Sep 18, 2017
by
anonymous
java
jsp
interview questions
0
votes
1
answer
What are JSP EL implicit objects and how it’s different from JSP implicit Objects?
posted
Sep 16, 2017
by
anonymous
jsp
java
interview questions
0
votes
1
answer
When will Container initialize multiple JSP/Servlet Objects?
posted
Sep 15, 2017
by
Pooja Singh
jsp
java
template
interview questions
0
votes
Java Servlet
posted
Sep 13, 2017
by
Ayush Srivastav
java
servlet
jsp
+1
vote
1
answer
How do we print “<br> creates a new line in HTML” in JSP?
posted
Aug 31, 2017
by
anonymous
html
jsp
+1
vote
1
answer
How can we avoid direct access of JSP pages from client browser?
posted
Aug 30, 2017
by
anonymous
jsp
java
interview questions
+1
vote
1
answer
What are JSP lifecycle methods?
posted
Aug 30, 2017
by
anonymous
jsp
java
interview questions
+1
vote
1
answer
How can we prevent implicit session creation in JSP?
posted
Aug 24, 2017
by
anonymous
jsp
java
+1
vote
1
answer
How can we handle exceptions thrown by JSP service method?
posted
Aug 24, 2017
by
anonymous
jsp
java
interview questions
0
votes
1
answer
What is JSP Expression Language and what are it’s benefits?
posted
Aug 23, 2017
by
anonymous
jsp
java
interview questions
+1
vote
1
answer
Can we define a class in a JSP Page?
posted
Aug 23, 2017
by
anonymous
java
jsp
interview questions
0
votes
1
answer
How can we disable java code or scripting in JSP page?
posted
Aug 22, 2017
by
anonymous
java
jsp
0
votes
1
answer
Why use of scripting elements in JSP is discouraged?
posted
Aug 22, 2017
by
anonymous
jsp
java
0
votes
1
answer
Which implicit object is not available in normal JSP pages?
posted
Aug 21, 2017
by
anonymous
jsp
interview questions
0
votes
1
answer
What are different types of comments in JSP?
posted
Aug 21, 2017
by
anonymous
jsp
java
interview questions
0
votes
1
answer
What are the types of JSTL tags?
posted
Aug 17, 2017
by
anonymous
jsp
interview questions
0
votes
1
answer
What are JSP implicit objects?
posted
Aug 17, 2017
by
anonymous
jsp
interview questions
0
votes
0
answers
How to access web.xml init parameters from jsp page?
posted
Feb 1, 2017
by
Neha
j2ee
jsp
+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
+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
+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
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
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 distinguishes a JavaBean from a Servlet?
posted
Oct 19, 2015
by
Shyam
java
servlet
jsp
+3
votes
1
answer
How do you share session objects between servlets and JSP?
posted
Oct 15, 2015
by
Shyam
java
servlet
jsp
+3
votes
1
answer
How to handle multiple concurrent database requests/updates when using JDBC with servlets?
posted
Oct 15, 2015
by
Shyam
java
servlet
jsp
+2
votes
1
answer
Why use JSP when we can do the same thing with servlets?
posted
Oct 9, 2015
by
Shyam
java
servlet
jsp
+2
votes
0
answers
How to recompile JSP page in button click?
posted
Oct 1, 2015
by
anonymous
jsp
java
+1
vote
1
answer
How does the performance of JSP pages compare with that of servlets? How does it compare with Perl scripts?
posted
Sep 29, 2015
by
Shyam
java
jsp
servlet
+2
votes
1
answer
How do I upload a file to my servlet or JSP?
posted
Sep 21, 2015
by
Dominic
servlet
jsp
java
Page:
1
2
next »
...