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 Stream Tokenizer?
Is it possible to stop the execution of a method before completion in a sessionbean?
Name three subclasses of the component class?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
How to deploy Jar, War files in J2EE?
what is Activation Instantinator?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
Explain phantom read?
how to use debug in my elipse to solve problems that exist in my project
Explain what is synchronization?
What is the difference between the string and stringbuffer classes?
How to pass parameters in RMI?
How is a java object message delivered to a non-java client?
What is the difference between RMI and Corba?
What are the services in RMI ?