How do you import the packages in the JSP?
Answer Posted / sietvicky
<% @ page import = 'org.com.className' %>
| Is This Answer Correct ? | 28 Yes | 21 No |
Post New Answer View All Answers
Is it possible to share an httpsession between a jsp and ejb? What happens when I change a value in the httpsession from inside an ejb?
What are jsp and servlets?
What is scripting elements in jsp?
In the servlet 2.4 specification singlethreadmodel has been deprecated, why?
Is jsp server side or client side?
How does a servlet communicate with a jsp page?
Explain the difference between include directive and include action in jsp?
What is action tag in jsp?
Explain jsp technology?
What language is jsp?
Tell us about the jsp life cycle methods.
Explain jsp?
How can I prevent the use of scripts and java code on the jsp page?
Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?
What are the different types scripting elements in jsp?