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 client side technology?
What is session management in jsp?
What are jsp action tags?
Show attributes of page directives.
Can an interface be implemented in the jsp file?
What is the
Can you override jspinit() method? If yes, in which cases?
What is error page in jsp?
How we can disable session in jsp?
What are the three tags used in jsp bean development?
Write a simple example for the clone() method.
What are standard actions in JSP?
Which one is correct order of phases in jsp life cycle?
How do I perform browser redirection from a jsp page?
How do you comment out in jsp?