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
How to determine SGA site?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
What is the difference between a menuitem and a checkboxmenuitem?
Is jvm a overhead?
Why use a datasource when you can directly specify a connection details?
Can we sent objects using Sockets?
What is the difference between system.out ,system.err and system.in?
What are the different algorithms used for clustering?
Difference between loadclass and class.forname?
Why are my checkboxes not being set from on to off?
What is the difference between the session.get() method and the session.load() method?
What is Stream Tokenizer?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
What do you know about seam?
Do we need to override service() method