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

What value does readline() return when it has reached the end of a file?

0 Answers  


How has the sandbox changed with Java 2?

2 Answers  


Is a class a subclass of itself?

0 Answers  


Why does the tag url-encode javascript and mailto links?

0 Answers  


What is re-entrant. Is session beans reentrant. Is entity beans reentrant?

0 Answers  






hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me

0 Answers   Infosys,


Are there books about seam?

0 Answers  


Give me simple example of hibernate caching and explain the details of caching????? thanks in adv.

1 Answers  


What are the high-level thread states?

1 Answers  


Write a program to show synchronization?

0 Answers  


How will the struts know which action class to call when you submit a form?

6 Answers   HeadStrong,


Can I run seam with jdk 1.4 and earlier?

0 Answers  


Categories