How is jsp include directive different from jsp include action. ?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JSP Interview Questions

What is the use of jsp implicit objects?

0 Answers  


What is pagecontext jsp?

0 Answers  


How can information from one JSP be passed to another JSP?

0 Answers  


Java Server Page I can use a function in two ways: Either I declare <jsp:useBean id="myBean" scope="session" class="mypack.mysubpack.MyClass" /> or I declare <%@ page import = "mypack.mysubpack.MyClass" %> In each case I can call a function later by coding MyClass.myFunction(); So what is the difference between the two variantes? Why are Beans invented if we don't need them because we have the import statement ? please guide me its an humble request to you reader if u know n i'll be thankful to you...........

0 Answers  


Explain various implicit objects in expression language.

0 Answers  


Is jsp static or dynamic?

0 Answers  


How to delete a cookie in a jsp?

0 Answers  


What are the implicit objects?

2 Answers   IBM, Sigma IT,


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]

0 Answers  


How to forward a request to another source?

0 Answers  


i need the source code for opening a word document in java

0 Answers  


Can a constructor be used in place of init() method to initialize a servlet?

0 Answers  


Categories