Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are actions and directives in jsp?

Answers were Sorted based on User's Feedback



What are actions and directives in jsp?..

Answer / suresh sa

<%page %>
<%include %>
<%taglib %>

<% = %> -> Expression tag
<% %> -> Scriplet Tag for all java codes
<%! %> - > Declaration tag
<%-- %> -> Comment Tag

Is This Answer Correct ?    1 Yes 0 No

What are actions and directives in jsp?..

Answer / dhruba

Directive tag:
The directive tag gives special information about the page
to JSP Engine. This changes the way JSP Engine processes
the page. Using directive tag, user can import packages,
define error handling pages or session information of JSP
page.



General notation of directive tag is as follows:






There are three types of directive tag.



page
Include
Tag Lib
Syntax and usage of directive tag



page directive:
General syntax for the page directive is



<%@ page optional attribute ... %>



There are many optional attributes available for page
directive. Each of these attributes are used to give
special processing information to the JSP Engine changing
the way the JSP Engine processes the page. Some of the
optional attributes available for page directive are:



language
extends
import
session
buffer
autoFlush
isThreadSafe
info
errorPage
IsErrorPage
contentType

Is This Answer Correct ?    0 Yes 0 No

What are actions and directives in jsp?..

Answer / kamma ashok

java server page contains three actions
1.try 2.catch 3.through.it contains two derivaties 1.poly
derivatives 2.post derivatives.

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More JSP Interview Questions

Can you override jspinit() method? If yes, in which cases?

0 Answers  


Which directive is used in jsp custom tag?

0 Answers  


What are jsp lifecycle methods?

0 Answers  


What is a declaration?

0 Answers  


Why are implicit objects not available in a regular jsp page?

0 Answers  


What are the 3 tags used in jsp bean development?

0 Answers  


What are the different types of jstl tags?

0 Answers  


Why is _jspservice () method starting with an '_'?

0 Answers  


What is jsp life cycle?

0 Answers  


Write a simple example for the clone() method.

0 Answers  


How can we avoid direct access of jsp pages from client browser?

0 Answers  


How many tags are provided by jstl?

0 Answers  


Categories