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 java api for xml-based rpc (jax-rpc)?
Describe the file types *.ear, * .jar and *.war?
What is difference between j2ee and java?
I am newbie in J2EE & looking for strong basic behind each concept as, Why do we use private access specifier before each variable of type property bcoz ultimately to access it outside the class we use public method as getter & setter ? If we use getter & setter to access it outside the class so better we make variable as public so that it is easily available outside of the class... Please guide me why do we use as private ????
Why is java considered dynamic?
What is application client module?
What is business logic?
What is java developer?
What is the difference between load() and get()?
Which server is best for java?
Is c++ more secure than java?
how to run servlet program between two computer through internet ?
Is java a web technology?
What is distributed application?
Why java is oop language?