How do you import the packages in the JSP?
Answer Posted / abinaya
<% @ page import="java.io.*,java.sql.*,java.util.*"%>
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is the
Can you make use of a servletoutputstream object from within a jsp page?
How to configure init parameters for jsp?
How did you implement caching in jsp?
Explain the difference between servletcontext and pagecontext in jsp?
Why is it not recommended to use script elements in jsp?
What is jsp and servlets?
Can we call destroy method inside init method?
how to write the code of jsp program?
What is a jsp page?
What is contextpath?
Explain the
What is scriptlet, expression and declaration in jsp?
What are implicit objects in jsp?
What are the different types of jsp tags?