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 a clone?
Why a component architecture for the java platform?
Are enterprise beans allowed to use thread.sleep()?
How would you create a button with rounded edges?
what is meant by JRMP?
What is ioc concept?
what are getters and setters in Java with examples?
What is RMI and what are the services in RMI?
What is metaspace?
What is the difference between long.class and long.type?
Which containers use a border layout as their default layout?
What is the relationship between the canvas class and the graphics class?
What are the design considerations while making a choice between using interface and abstract class?
What modifiers may be used with an interface declaration?
Is the session factory thread safe?