What are advantages of jsp over asp, php, pure servlets and others?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between Java Servlet & JSP?
What is the jsp:setproperty action?
Can init method be overridden?
What is JTGrid?
What are the primary differences between the jsp custom tags and java beans?
What is expression language injection?
Can we write a class inside Jsp?
Why are implicit objects not available in a regular jsp page?
Why is _jspservice () method starting with an '_'?
What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?
What are the types of directives in jsp?
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...........