How do you import the packages in the JSP?
Answer Posted / kiran
<%@ page import="java.lan.*"%>
| Is This Answer Correct ? | 35 Yes | 7 No |
Post New Answer View All Answers
Define JSP Scriptlet.
How do we catch exception and process it using jstl?
What are different types of comments in jsp?
Explain client and server side validation?
Give uses of object cloning?
How is jsp include directive different from jsp include action. ?
Can you override jspinit() method? If yes, in which cases?
What do you mean by jsp?
How we can include the result of another page in jsp?
Why do we use expression language in jsp?
What do you mean by context initialization parameters?
What is dynamic web project?
Is there a way to reference the "this" variable within a jsp page?
What are the standard actions available in jsp?
In the servlet 2.4 specification singlethreadmodel has been deprecated, why?