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

Why does _jspService() start with an ‘_’ but other lifecycle methods do not?

0 Answers  


Explain the steps for creating custom tags in jsp?

0 Answers  


what is the difference between jsp and servlets ?

0 Answers   Cap Gemini,


What do you know about jsp tags?

0 Answers  


Explain the various scope values for tag.

0 Answers  






What is request getcontextpath ()?

0 Answers  


What happens when a page is statically included in another jsp page?

0 Answers  


What are the jsp standard actions?

0 Answers  


What is session object in jsp?

0 Answers  


How many messaging models do jms provide for and what are they?

0 Answers  


Explain client and server side validation?

0 Answers  


What is _jspservice method?

0 Answers  


Categories