How do you import the packages in the JSP?
Answer Posted / archana
<%@page import="java.sql.*,java.io.*"%>
| Is This Answer Correct ? | 47 Yes | 4 No |
Post New Answer View All Answers
What is the scope of response object?
Why is it not necessary to configure standard jsp tags in web.xml?
Give the syntax for jsp comments.
What is a jsp expression?
Explain JSP directives.
What is declaration statement?
What is jsp translation time?
Why are the request.getrequestdispatcher() and context.getrequestdispatcher() used?
Can we use the exception implicit object in any jsp page?
What do you mean by isscriptingenabled attribute?
Which method cannot be overridden in jsp?
How do I mix jsp and ssi #include?
What is the difference between directive include and jsp include?
What is jsp api?
What is difference between html and jsp?