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

Is 'synchronised' a modifier?

2 Answers   NIIT,


What is the difference between RMI registry and OS Agent?

0 Answers  


Name three subclasses of the component class?

0 Answers  


can a static method be overridden

12 Answers   SolutionNET,


Suppose there are 3 combo box. SELECT COUNTRY SELECT STATE SELECT CITY if i select any country from country conutrylistbox values in the state will get automatically inserted with database values>> THEN on selection of state city will be inserted in city combo box If you can help then please Help me...

2 Answers   HCL,






Why do threads block on i/o?

0 Answers  


Will the general public have access to the infobus apis?

0 Answers  


What class is used to create Server side object ?

0 Answers  


Why threads will block on I/O?

2 Answers  


What is the difference between the font and fontmetrics classes?

0 Answers  


What is the highest-level event class of the event-delegation model?

0 Answers  


Hi frnds ,iam new to java and j2ee ,my requirement is using java or any j2eetech how to lock an user when he enter wrong credentials(uname&password) more than 3 times.take the username and passowrd in a bean no need to conned Db kindly provide me sample application code or and ideas or links or tutorials plzzzzz urgent for me thanks in advance...

2 Answers   NSN,


Categories