What is jsp syntax?
No Answer is Posted For this Question
Be the First to Post Answer
How do you delete the session data?
What is the need for jsp?
What is the difference between server side and client side programming?
Is jsp a programming language?
List all tags that are provided in jstl?
What is pagecontext?
What is the jsp:plugin action ?
How to find the hidden answers present in an online exam?
Differentiate between response.sendredirect(url) and <jsp:forward page = …> ?
How can I declare methods within my jsp page?
What are the events in jsp page?
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...........