GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

JSP Interview Questions


JSP Interview Questions

Questions: 306
Comments: 610
 Showing Questions 31-40 of 306 Questions
<< Previous 1 2 3 [4] 5 6 7 8 9 10 Next >>
 Sponsored Links

 
 JSP Interview Questions
Sorting Options :  

JSP actions are XML tags that direct theserver to use existing components or control thebehavior of the JSP engine. JSP Actions consist of atypical (XML-based) prefix of "jsp" followed by acolon, 
Latest Answer: JSP actions are use to constructs in XML syntax to control the behavior of the servlet engine. You can dynamically insert a file, reuse JavaBeans components, forward the user to another page, or generate HTML for the Java plug-in. Available actions include: ...

Latest Answer: There are 4 scopes1) page      => only for that jsp page2) request   => available for  forwarded page3) session    => till session ends4) application => thorought the whole application ...
Read Answers (2) | Asked by : as

Public class Counter{private int counter;public Counter(){counter=0;}public synchorized int getCounter(){return counter;}public synchorized int setCounter(){counter=0;return counter;}public synchronized int incCounter(){return(++counter);}}A web container should dispatch multiple client requestsrequests with the following page directive:what should be the value for the isThreadsafe argument and why?
Read Answers (1) | Asked by : bhabani

Latest Answer: when a java Bean has to be used in a page only ,during the execution of page we must use page scope. ...
Read Answers (2) | Asked by : kounteya

Latest Answer: ServletContext: Gives the information about the containerPageContext: Gives the information about the RequestJaved.N ...
Read Answers (4) | Asked by : kounteya

HiWhat is the structure of MVC1?What is the structure of MVC2?Clearly i want to know jsp,servlets...which acts as view,controller,model in both
Read Answers (5) | Asked by : aishwarya

How to create dynamic rows and column using Jsp+java script. Ex. i specified 10 rows and 5 columns at run time. How to create using javascript.
Read Answers (1) | Asked by : Mani

Latest Answer: Custom tag is used to design  our own tag using taglib directive.JavaBean used to define  a  core java manipulation.Initialization the data using setter and getter method. ...

If the cookies on the client side is disable ie., no cookies to track session. Then how one will be able to track session.thanks
Read Answers (2) | Asked by : mohsin

How to show the variation in the field if the user is an admin or other users? For example, if it is an admin, it should show some colours and for other users it should show some other colour , how is it achieved?
Read Answers (2) | Asked by : Roshini

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

Ask A Question
Go Top
 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
Sponsored Links

 
Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape