How do you import the packages in the JSP?

Answers were Sorted based on User's Feedback



How do you import the packages in the JSP?..

Answer / poonam

<% @ page import = 'org.com.className' %>

Is This Answer Correct ?    18 Yes 14 No

How do you import the packages in the JSP?..

Answer / balasubramanian

<%@ page import="java.sql.*"%>

Is This Answer Correct ?    6 Yes 2 No

How do you import the packages in the JSP?..

Answer / winston royce

<%@ page import="java.sql.*,java.util.*" %>

Is This Answer Correct ?    2 Yes 0 No

How do you import the packages in the JSP?..

Answer / harish

eg:
<%@ page import =?java.util.Vector,java.util.Map? %>

Is This Answer Correct ?    30 Yes 37 No

Post New Answer

More JSP Interview Questions

How do you pass control from one jsp page to another?

0 Answers  


What are the types of directives in jsp?

0 Answers  


Can we call destroy method inside init method?

0 Answers  


Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?

0 Answers  


How can we disable el?

0 Answers  






What is jsp api?

0 Answers  


What is a translation unit?

0 Answers  


Where we use assertion in java programming?

2 Answers  


What is session getattribute in jsp?

0 Answers  


What is the <jsp:include> standard action?

0 Answers  


Why jsp is used instead of html?

0 Answers  


what is the difference between jsp and servlets ?

0 Answers   Cap Gemini,


Categories