How many JSP scripting elements and what are they?

Answers were Sorted based on User's Feedback



How many JSP scripting elements and what are they?..

Answer / mahesh

There are three scripting language elements:
--declarations
--scriptlets
--expressions

Is This Answer Correct ?    21 Yes 2 No

How many JSP scripting elements and what are they?..

Answer / kranti kumar

Declaration
Expression
Directive
Scriptlet
Action

Is This Answer Correct ?    0 Yes 0 No

How many JSP scripting elements and what are they?..

Answer / dhiraj kumar singh

1. Directives: Syntax: <%@page/include/taglib name="" %>
2. Declaration: Syntax: <%! int abc %>
3. Scriplet: <% Any java statements%>
4. Expression: <%=dhiraj_singh%>
5. Comment: <!-- Hi techies -->

Is This Answer Correct ?    0 Yes 0 No

How many JSP scripting elements and what are they?..

Answer / suresh royal

Hi Dhiraj Kumar Singh,
You have posted right answer but those r JSP elements .
But JSP scripting elents r only three


Declaration: Syntax: <%! int abc %>
Scriplet: <% Any java statements%>
Expression: <%=dhiraj_singh%>

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

wahts is mean by dynavalidatorform in struts/

0 Answers   SolutionNET,


can a static method be overridden

12 Answers   SolutionNET,


What is message driven beam?

0 Answers  


How do you set security in applets?

1 Answers   IBM,


how to create Calculator GUI using Gridbaglayout as like as Window Calculator??????????? (Open calculator Go-->Run-->type calc-->Enter)

1 Answers   TCS,






What is the difference between session and entity beans?

0 Answers  


Why use a datasource when you can directly specify a connection details? (in a J2EE application)

1 Answers  


What is a class loader?

0 Answers  


Difference between new operator and class.forname().newinstance()?

0 Answers  


how convert java file to jar files?

10 Answers   Samsung,


What is colon_pkg_prefixes and what is its use?

0 Answers  


Where does the session Object stores? If 100 users are connecting to the server. How does it recognize which session belongs to which user?

5 Answers   HCL, Mobillo Venture,


Categories