How do you import the packages in the JSP?
Answer Posted / balasubramanian
<%@ page import="java.sql.*"%>
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What are different types of comments in jsp?
What is difference between jspwriter and servlet printwriter?
How do I save a jsp file?
Can you make use of a servletoutputstream object from within a jsp page?
What is use of scriptlet tags in jsp?
What is the advantage of using getProperty action, as compared to the accessor method?
Give a sample jsp configuration in the deployment descriptor.
in jsf page i use two dropdown list.i.e state & district.if state dropdown is selected then & then district is enable.what should be my code.
How do I open a jsp file?
Explain JSP directives.
How does a jsp work?
Mention the implicit objects in a jsp.
What is full api?
Can we define a class inside a jsp page?
What is difference between jsp and javascript?