Services | Updates | Contact

JSP

Interview Question Directory - Complete Interview Question Database Home :: Interview-Questions :: J2EE :: JSP




JSP
Tutorial What is JSP custom tag?
A tag that references a JSP custom action.



JSP
Tutorial What are JSP Scripting elements?
JSP scripting elements lets to insert Java code into the servlet that will be generated from the current JSP page. There are three forms: * Expressio



JSP
Tutorial What are JSP Tags?
In JSP tags can be divided into 4 different types. These are: * Directives: In the directives we can import packages, define error handling pages o



JSP
Tutorial What are JSP Directives?
A JSP directive affects the overall structure of the servlet class. It usually has the following form:<%@ directive attribute=?value? %> However, you



JSP
Tutorial What is JSP custom action?
A user-defined action described in a portable manner by a tag library descriptor and imported into a JSP page by a taglib directive. Custom actions ar



JSP
Tutorial What is action class?
The Action Class is part of the Model and is a wrapper around the business logic. The purpose of Action Class is to translate the HttpServletRequest t



JSP
Tutorial What is JSP standard action?
An action that is defined in the JSP specification and is always available to a JSP page.



JSP
Tutorial What is JSP action?
A JSP element that can act on implicit objects and other server-side objects or can define new scripting variables. Actions follow the XML syntax for



JSP
Tutorial How can I declare methods within my JPS page?
You can declare methods for use within your JSP page as declarations. The methods can then be invoked within any other methods you declare, or within



JSP
Tutorial What are different implicit Object in JSP ?
There are nine Implicit Objects defined in JSP are :- application, config, exception, out, page, pageContext, request, response and session. The main
Page:  [<<]   1   2   3   4   5   6   7     [>>]

 
  Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Spring Framework | Web Services | BioInformatics | Java Server Faces | Jboss 3.0 tutorial | Hibernate | XML
Send your comments, Suggestions or Queries regarding this site at editor@roseindia.net
Copyright © 2007. All rights reserved.