Can you explain what is jsp page life cycle?
No Answer is Posted For this Question
Be the First to Post Answer
What is the page directive is used to prevent a jsp page from automatically creating a session?
Are dialogue tags necessary?
What is a translation unit?
What are page directives?
What are the advantages of jstl?
What do you mean by isscriptingenabled attribute?
Define Expression
What is the <jsp:usebean> standard action?
What is application in jsp?
Is jsp front end or backend?
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...........
What is jsp in html?