How do you import the packages in the JSP?
Answer Posted / manas banerjee
<% @ page import = 'package name.class name' %>
suppose we have a package name x and we have a bean (under
the package x)class/class y then you have to write
<% @ page import = 'x.y' %>
| Is This Answer Correct ? | 35 Yes | 15 No |
Post New Answer View All Answers
What is the use of session management?
What is jsp application?
What are the advantages of jsp?
What are different types of comments used in jsp?
write a program in javasacript to shake the window
What is difference between jspwriter and servlet printwriter?
What is < jsp:forward> tag for?
Why are the request.getrequestdispatcher() and context.getrequestdispatcher() used?
Explain handling of runtime exceptions.
How to ignore the el expression evaluation in a jsp?
What is a jsp container?
What is taglib uri in jsp?
What is scriptlet in jsp?
Can we implement an interface in a jsp?
What are the different types of directives available in jsp?