What is scriptlet, expression and declaration in jsp?
No Answer is Posted For this Question
Be the First to Post Answer
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 the use of jstl tags in jsp?
How many page directive we can use in a single JSP?
Write a simple example for the clone() method.
Tell us about the stages (phases) of the jsp life cycle.
Which method cannot be overridden in jsp?
What are the two kinds of comments in jsp and what's the difference between them ?
Why is _jspservice() method starting with an '_' while other life cycle methods do not?
What is out println in jsp?
What is an expression language?
What is error page in jsp?
Is the session object always created on the jsp page, is it possible to disable its creation?