where our package shoud be kept in the application whenwe
want to import that package in the jsp application?



where our package shoud be kept in the application whenwe want to import that package in the jsp ap..

Answer / raveendra

we can import that particular package in the top of the JSP
program.we can use <%@ page
import="java.util.*,java.text.*" %> to import UTIL and TEXT
packages into our program.

Is This Answer Correct ?    14 Yes 0 No

Post New Answer

More J2EE Interview Questions

What are the main components of the j2ee application?

0 Answers  


what is the difference between application server and web server?

5 Answers   Cegonsoft, IBM,


What is application client?

0 Answers  


i want test pattern of zylog company and some examples also

0 Answers  


Which of the following are subclasses of java awt component?

0 Answers  






Explain about J2EE Application Architecture

1 Answers  


Which edition of java is used for web application?

0 Answers  


What is core java and j2ee?

0 Answers  


What is jradiobutton in java?

0 Answers  


What is empty tag?

0 Answers  


Define the struts in the j2ee framework?

0 Answers  


to update a batch in a table in jdbc which method of statement object is used.

6 Answers   Polaris, TCS,


Categories