where our package shoud be kept in the application whenwe
want to import that package in the jsp application?
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 |
What is j2ee application model?
What will happen when you compile and run the following code?
What do you mean by j2ee module?
Is java good for web development?
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?
What is 'applet container' ?
What is DDP?
Is j2ee a framework?
What is j2ee called now?
What is component-managed sign-on ?
What is cascade delete?
What is application configuration resource file?