GeekInterview.com
  I am new, Sign me up!
 

JSP Interview Questions


JSP Interview Questions

Questions: 308
Comments: 626
 Showing Questions 11-20 of 308 Questions
<< Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>
 Sponsored Links

 
 JSP Interview Questions
Sorting Options :  

Latest Answer: Simple java programs are stand alone application and in this case we have to specify the starting point of execution for interpreter but servlets are server side tech and based on client request. Whenever client send a request, webcontainer calls servlet ...

Latest Answer: HttpSession is logged is user specific. You can't access across the users.But application session (static) variables can be accessed across the users in the application.HttpSession variable life time depends on the httpsession inactive time set in ...
Read Answers (8) | Asked by : shireesha

Latest Answer: In jsp declarations we can declare methods and variables
Read Answers (3) | Asked by : naggeek

Latest Answer: To display the type of exceptionone.jsperrorpage.jsp ...
Read Answers (2) | Asked by : naggeek

Latest Answer: buttons are not disabled but when you click on them action is not performedif you have no common .js file for all pages include follwing in all jsp pageswindow.history.forward(1); ...

Latest Answer: We can use main method in Jsp/servlet, but there is no use. This main() method will not execute throughout the life cycle. Then why should we need to use.Generally these JSP/Servlets are server side technologies.These will be executed under webcontainer ...

Latest Answer: You can achieve this by setting a negative value for the max inactive interval for the session. Here is the code:HttpSession session = request.getSession(true);session.setMaxInactiveInterval(-1); ...
Read Answers (1) | Asked by : Bhaktavatsalam

tags 
Latest Answer: There is a slight difference in the valid values for the body-content element in J2EE 1.3 vs 1.4.In J2EE 1.3, the valid values are "empty", "JSP" and "tagdependent". "empty" indicates a tag without body. "JSP" ...
Read Answers (1) | Asked by : JC

Latest Answer: by implementing single thread model we can make thread safe .Due to this it will create one instance per thread or request ...

Latest Answer: Yes while retreiving each element cast it to the respective type... ...
Read Answers (3) | Asked by : balagangadhar

View page << Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape