What is jsp and its features?
No Answer is Posted For this Question
Be the First to Post Answer
Why is _jspservice () method starting with an '_'?
Explain various implicit objects in expression language.
What are implicit objects?
How to forward a request to another source?
What are the different life-cycle methods?
Why we use jsp instead of html?
What is a declaration?
List down the major differences between the jsp custom tags and java beans.
Plz any body tell me why use jsp over servlet.what is the benefit of jsp over servlet?
4 Answers Future Generali, HCL,
Write a Program using Servlet and JDBC for developing online application for displaying the details of Cars owned by the residents in XYZ society. Make necessary assumptions and create appropriate databases.
How to restrict page errors display in a 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...........