How do you import the packages in the JSP?
Answer Posted / archana
<%@page import="java.sql.*,java.io.*"%>
| Is This Answer Correct ? | 31 Yes | 5 No |
Post New Answer View All Answers
Which jsp implicit objects are thread safe?
What are the advantages of jsp over servlet?
What is jsp servlet?
What are the different types of jstl tags?
Why we use jsp instead of html?
What is a output comment?
What is asp and jsp?
Give the syntax for jsp comments.
Why is it not necessary to configure standard jsp tags in web.xml?
Explain handling of runtime exceptions.
What is cookies in jsp?
What are standard actions in JSP?
What are the implicit, internal el jsp objects and their differences from jsp objects?
Why do we need servlets and 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?