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 j2ee application model?

1 Answers  


What will happen when you compile and run the following code?

1 Answers  


What do you mean by j2ee module?

1 Answers  


Is java good for web development?

1 Answers  


you are to choose between two procedures,both of which copute the minimum value in an array of integers.one procedure returns the smallest integer if its array argument is empty. the other requires a nonempty array.which procedure should you choose and why?

1 Answers  


What is 'applet container' ?

1 Answers  


What is DDP?

1 Answers  


Is j2ee a framework?

1 Answers  


What is j2ee called now?

1 Answers  


What is component-managed sign-on ?

1 Answers  


What is cascade delete?

1 Answers  


What is application configuration resource file?

1 Answers  


Categories