How many JSP scripting elements and what are they?
Answer Posted / 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 |
Post New Answer View All Answers
What is colon_pkg_prefixes and what is its use?
Are enterprise beans allowed to use thread.sleep()?
What is the difference between a static and a non-static inner class?
What value does read() return when it has reached the end of a file?
What are the diff types of exception?
What is the relationship between the canvas class and the graphics class?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
What is difference between object state and behavior?
what is a portable component?
What is the difference between system.out ,system.err and system.in?
What is the purpose of the wait(), notify(), and notifyall() methods?
Explain how will the struts know which action class to call when you submit a form?
What is the RMI and Socket?
what are the activation groupworks?
How would you create a button with rounded edges?