Explain the jsp life cycle?
No Answer is Posted For this Question
Be the First to Post Answer
What are jsp el implicit objects and how it’s different from jsp implicit objects?
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]
What is server side programming language?
Why jsp is better over static html also explain lifecycle of a jsp?
Explain the difference between include directive and include action in jsp?
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...........
Tell us about the jsp life cycle methods.
What is a tag file?
Is jsp static or dynamic?
What program opens a jsp file?
What is a jsp and what is it used for?
How can I prevent direct access to a jsp page from a browser?