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 |
Can I run seam with jdk 1.4 and earlier?
What are the different types of exception?
difference between apllet and interface class
What class is the top of the awt event hierarchy?
Define aop(assepct oriented programing)?
What are the steps involved in developing an RMI object?
What state a thread enters, When it blocks on I/O?
What is the difference between java class and bean?
What is the difference between the string and stringbuffer classes?
What is ioc concept?
Why use a datasource when you can directly specify a connection details?
Explain what is synchronization?