How do you import the packages in the JSP?
Answer Posted / abinaya
<% @ page import="java.io.*,java.sql.*,java.util.*"%>
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
what are the tools used in your project , How to ask the answer this question
What is a translation unit?
Explain the jsp implicit objects?
What is page scope?
What is difference between jsp and jstl?
Give the use of exception object.
What are the benefits of pagecontext implicit object?
Can we use jsp implicit objects in a method defined in jsp declaration?
Differentiate between jsp scriptlet tag and declaration tag.
What is scriptlet and what is expression?
What do you know about jsp tags? Explain how you understand the action tag and jsp action elements.
Can jsp run without server?
What are the steps involved in reading data from a form using jsp?
Is it possible to share an httpsession between a jsp and ejb? What happens when I change a value in the httpsession from inside an ejb?
What are the directives in jsp?