How many JSP scripting elements and what are they?
Answer Posted / 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 View All Answers
What are externizable interface?
How can I avoid validating a form before data is entered?
What is the difference between a static and a non-static inner class?
Where can I find seam examples and documentation?
Can you give me a simple example of using the requiredif validator rule?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
Is a class a subclass of itself?
What is bean? Where can it be used?
What are JTA/JTS and how they used by client?
What is the purpose of the finally clause of a try-catch-finally statement?
Are we allowed to change the transaction isolation property in middle of a transaction?
Name three component subclasses that support painting?
What modifiers may be used with an interface declaration?
Is there a guarantee of uniqueness for entity beans?