What is attribute in jsp?
How will you use jsp el in order to get the http method name?
Is jsp front end or backend?
How jsp is executed by web server?
What is jsp servlet?
What is difference between page and pagecontext in jsp?
Can u Override any of the lifecycle methods of JSP?
How clear chache and buffer of opera browser.
What are the different types scripting elements in jsp?
What do you know about writing custom jsp tags?
What are directives? What are the different types of directives available in jsp?
how to set class path in java
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...........