How many JSP scripting elements and what are they?
Answers were Sorted based on User's Feedback
Answer / mahesh
There are three scripting language elements:
--declarations
--scriptlets
--expressions
Is This Answer Correct ? | 21 Yes | 2 No |
Answer / kranti kumar
Declaration
Expression
Directive
Scriptlet
Action
Is This Answer Correct ? | 0 Yes | 0 No |
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 |
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 |
Is 'synchronised' a modifier?
What exceptions are thrown by RMI?
What is message driven beam?
If I define a method in JSP scriplet <%..%>, where will it go after translation into a servlet?
Describe responsibilities of Activator?
Why is actionform a base class rather than an interface?
How many JSP scripting elements and what are they?
JMS based on what technology?
What is meant by Superconductivity?
What is permgen or permanent generation?
how java is os independent language ?
What are the steps involved in developing an RMI object?