How do you import the packages in the JSP?
Answer Posted / archana
<%@page import="java.sql.*,java.io.*"%>
| Is This Answer Correct ? | 31 Yes | 5 No |
Post New Answer View All Answers
What is a jsp expression?
Why jsp and servlets are used?
What are the two kinds of comments in jsp and what's the difference between them ?
What is the use of implicit object named "application" in Application?
Why do we use jstl tags?
Which jsp methods can be overridden?
Hi, We developed a webpage using jsp for our team, now we need to know who are employees opening this page,i.e, we need to get the windows user name when ever he/she open the page and stores into a variable. Plz help on this
Explain the jspdestroy() method?
What are the events in jsp page?
What is a tag file in jsp?
Why we use jsp instead of html?
What is difference between custom jsp tags and beans?
How can I override the jspinit() and jspdestroy() methods within a jsp page?
How can we disable el?
How do I open a jsp file?