GeekInterview.com
  I am new, Sign me up!
 

JSP Interview Questions


JSP Interview Questions

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

 
 JSP Interview Questions
Sorting Options :  

The element forwards the requestobject containing the client request information fromone JSP file to another file. The target file can bean HTML file, another JSP file, or a servlet, as longas it is in 
Latest Answer: the first executes on server side and second executes on client side. ...

Both the tag includes the information from onepage in another. The differences are as follows:: This is like a functioncall from one jsp to another jsp. It is executed ( theincluded page is executed and 

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 (6) | 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. ...

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