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 is main method in java?

0 Answers  


What are the most important topics in java?

0 Answers  


What is layout manager in java?

0 Answers  


What is assembly in java?

0 Answers  


What is business logic?

0 Answers  






Is java an assembly language?

0 Answers  


What is basic authentication?

0 Answers  


What is a plugin in java?

0 Answers  


What is the preferred size of a component in java?

0 Answers  


What is tomcat in j2ee?

0 Answers  


How will you explain load() and get() methods?

0 Answers  


What is application client container?

0 Answers  


Categories