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

we use MainFrame and using os390 for operating system with DB2 data base in IRAN and interest programing with java and use webspere for world wide,please help me where i should start?

0 Answers   IBM,


What is the priority of Garbage collector thread?

3 Answers  


Which containers use a border layout as their default layout?

0 Answers  


What is a thread?

3 Answers  


What is JasperReports?

2 Answers  


What is a convertor?

1 Answers   Suzlon,


What are the high-level thread states?

1 Answers  


What is the purpose of the finally clause of a try-catch-finally statement?

0 Answers  


What is bean? Where can it be used?

0 Answers  


What is the argument type of a programs main() method?

0 Answers  


what is difference between object state and behaviour?

3 Answers  


Can we define constructors in Servlet?

3 Answers   Accenture, Opus, Wipro,


Categories