How do you import the packages in the JSP?
Answer Posted / poonam
<% @ page import = 'org.com.className' %>
| Is This Answer Correct ? | 18 Yes | 14 No |
Post New Answer View All Answers
How can automatic creation of session be prevented in a jsp page?
What is difference between jsp and javascript?
What are custom tags?
What is difference between jspwriter and servlet printwriter?
What is request getcontextpath ()?
Can a jsp page process html form data?
What is jsp include tag?
What are the standard actions available in jsp?
How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.
List the various action tags used in jsp.
What are the features of jsp?
What do you know about jsp expression language (jsp expression language – el)?
What are the advantages of jsp over servlet?
What is the use of jstl tags in jsp?
How are custom tags in jsp created?