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

whats is statement and procedure

0 Answers   TCS,


what is difference between checked exception & unchecked exception in java?

3 Answers   Ness Technologies,


What is the relationship between an event-listener interface and an event-adapter class?

0 Answers  


Explain RMI Architecture?

0 Answers  


how to use debug in my elipse to solve problems that exist in my project

0 Answers   SAP Labs, TCS,






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

0 Answers  


suppose i open my yahoo mail.then copy the url. then sign out & close browser.then open browser paste that url on the browser.will i get my mail opened or not? i know it ill not.but how it work.how i create like this type of secure site?

7 Answers  


Is the session factory thread safe?

0 Answers  


What is the difference between ear, jar and war file?

0 Answers  


Is multiple try block is possible in single java Application......

3 Answers  


Hi I have joined java course. I also want additional help from any tutorials website. Please suggest me tutorials which provides easy to understand online applet tutorials?

0 Answers  


Can you write Java code for declaration of multiple inheritance in Java ?

6 Answers   Kingshir, Oracle,


Categories