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
Give the use of session object.
What is the purpose of jsp and why it is widely used?
Why jsp is used in java?
What is the need of jsp?
What happens when a page is statically included in another jsp page?
Can we use javascript in jsp?
How do you delete the session data?
What is the difference between directive include and jsp include?
What are stored procedures? How is it useful?
What is context in web application?
Differentiate between response.sendredirect(url) and
What is jsp and servlets?
What are the elements of jsp?
Can you override jspinit() method? If yes, in which cases?
What are request and response objects?