What is a expression?
No Answer is Posted For this Question
Be the First to Post Answer
What jsp lifecycle methods can be overridden?
What do you mean by jsp?
What are the different types of jsp tags?
Explain various implicit objects in expression language.
What do you know about jsp expression language (jsp expression language – el)?
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 page?
What is the jsp:plugin action ?
Give uses of object cloning?
How to access java variable in jsp?
How can multiple submits due to refresh button clicks be prevented?
What is a declaration?