How do you import the packages in the JSP?
Answer Posted / balasubramanian
<%@ page import="java.sql.*"%>
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
How can we prevent implicit session creation in jsp?
How we can configure init params in jsp?
What is a jsp file?
Is jsp technology extensible?
Explain JSP Output comments?
Is there a way I can set the inactivity lease period on a per-session basis?
What is response sendredirect?
Can we override jsp service method?
What do you know about jsp tags? Explain how you understand the action tag and jsp action elements.
Why does _jspService() start with an ‘_’ but other lifecycle methods do not?
How is jsp include directive different from jsp include action. ?
How can I implement a thread-safe jsp page? What are the advantages and disadvantages of using it?
What is jsp servlet?
Why is jstl used?
What are advantages of jsp over asp, php, pure servlets and others?