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
Why jsp is faster than servlet?
Explain the uses of jsp?
What is the page directive is used to prevent a jsp page from automatically creating a session?
What is difference between java and jsp?
When will container initialize multiple jsp/servlet objects?
Which method cannot be overridden in jsp?
Why does _jspService() start with an ‘_’ but other lifecycle methods do not?
Explain what is jsp ?
How do I use comments within a jsp page?
What are jsp lifecycle methods?
What is jspinit method?
What are the components of jsp?
When i am useing useBean tag of JSP in weblogic server It show compiletion error..Like bad class file: C:\bea\user_projects\domains\Mahesh\applications\UseBean\WEB-INF\classes\user\UserData.class class file has wrong version 49.0, should be 48.0 Please remove or make sure it appears in the correct subdirectory of the classpath. user.UserData user1 = null; //[ /SaveName.jsp; Line: 4]
How to create menu in jsp with example?
How do I create a dynamic web project?