Which is mandatory in tag in jsp?
No Answer is Posted For this Question
Be the First to Post Answer
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...........
List the different scope values for the <jsp:usebean> tag in jsp?
How to pass information from jsp to included jsp?
How do you comment out in jsp?
What is the use of 'out' implicit object?
What is jsp taglib?
What information is needed to create a tcp socket?
What are jsp el implicit objects and how it’s different from jsp implicit objects?
How can I prevent the use of scripts and java code on the jsp page?
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]
Is there a way I can set the inactivity lease period on a per-session basis?
What are the jsp tags?