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
Why does the option tag render selected=selected instead of just selected?
how to use debug in my elipse to solve problems that exist in my project
Define prototype?
Why does the tag url-encode javascript and mailto links?
How are the elements of a cardlayout organized?
What is threadfactory?
Can I use multiple html form elements with the same name?
what are the advantages of JTA over JTS?
Can I have an action without a form?
Explain what is synchronization?
Why doesn’t the focus feature on the tag work in every circumstance?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
How can I scroll through list of pages like the search results in google?
What is abstract schema?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?