where our package shoud be kept in the application whenwe
want to import that package in the jsp application?
Answer Posted / 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 View All Answers
what is interface in java ?can you explain with simple example?and what is the difference between abstract and interface?
What is j2ee api?
What is a j2ee component?
What are the components of the java platform?
Why primitive data types in java are not objects?
Difference between load and get method?
Is visual studio good for java?
What is create method?
What is j2ee called now?
What is server in j2ee?
What is a web container j2ee?
How to create object without using the keyword “new” in java?
What is application client container?
What is j2ee component?
How do you run a java program?