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
How do I save a jsp file?
What is jsp in html?
When does a container initialize multiple jsp / servlet objects?
What is a jsp expression?
What is use of scriptlet tags in jsp?
What are the different scope values for the
What is session scope?
Explain the various scope values for
How to configure init parameters for jsp?
What is jsp expression?
How is jsp used in the mvc model?
What is response sendredirect?
What is the use of implicit object named "application" in Application?
What are custom tags?
Differentiate between jsp scriptlet tag and declaration tag.