How do you import the packages in the JSP?
Answer Posted / satish
<% @ page import = 'org.com.className' %>
| Is This Answer Correct ? | 51 Yes | 16 No |
Post New Answer View All Answers
What is the include directive?
What is the difference between include and jsp directive: include action?
What are the two ways to include the result of another page?
How do I run a jsp file?
Explain jsp technology?
What is scriptlet and what is expression?
Why does _jspService() start with an ‘_’ but other lifecycle methods do not?
What is a page directive?
What is session tracking in jsp?
How to retrieve warnings?
How do I mix jsp and ssi #include?
Why is it not recommended to use script elements in jsp?
What are jsp action tags?
Is jsp static or dynamic?
What is welcome file list?