How do you import the packages in the JSP?
Answer Posted / winston royce
<%@ page import="java.sql.*,java.util.*" %>
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to get value from java to jsp page?
What are custom tags?
Give an example where you need jsp custom tag?
What are the elements of a jsp page?
What is the difference between include directive and include action?
Which implicit object is not available in normal jsp pages?
What is scriptlet tag?
Explain jsp:plugin action?
What are the different life-cycle methods?
What is the purpose of jsp?
What are the types of directives in jsp?
What is a jsp and what is it used for?
What is page scope?
What is translation phase?
How can I prevent the use of scripts and java code on the jsp page?