How do you import the packages in the JSP?
Answer Posted / samera
<%@ page import="java.lan.*"%>
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
What is the use of pagecontext in jsp?
What is scripting elements in jsp?
What is jsp? Explain
How many tags are there in jsp?
Explain the advantages in jsp?
Explain client and server side validation?
What is a jsp file?
What does jsp mean?
What is the use of jstl?
How do I run a jsp file in linux?
What are the steps for creating custom tags in jsp?
A jsp page, include.jsp, has a instance variable "int a", now this page is statically included in another jsp page, index.jsp, which has a instance variable "int a" declared. What happens when the index.jsp page is requested by the client?
What is a translation unit?
What is jsp and its features?
Can constructor be used instead of init(), to initialize servlet?