How do you import the packages in the JSP?
Answers were Sorted based on User's Feedback
Answer / winston royce
<%@ page import="java.sql.*,java.util.*" %>
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / harish
eg:
<%@ page import =?java.util.Vector,java.util.Map? %>
| Is This Answer Correct ? | 30 Yes | 37 No |
How can we stop errors on display in a jsp page?
What is a declaration?
What is the difference between "JTable" and "JTGrid"? can they be used interchangeably?
What is iselignored in jsp?
Give an example of using your own tags.
Can I use javascript on jsp page?
What are JSP Directives?
When does a container initialize multiple jsp objects?
How to use jsp el to get http method name?
Perform a browser redirection from a jsp page?
Why do we need custom tags in jsp?
What are advantages of jsp over asp, php, pure servlets and others?