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 |
What is pagescope in jsp?
What does jsp mean in text?
What is context url?
What is the different between servlet and struts
Which jsp life cycle is in correct order?
How does a jsp function?
i have one jsp page. inside this, String s=req.getParameter("raja");...... now we want to remove duplicate characters and o/p will be like "rj".... what is the logic?
What is request getcontextpath ()?
What are jsp elements?
How do you delete a cookie within a jsp?
What is the resourcebundle class in jsp?
How to disable scripting?