Why we use jsp instead of html?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between jsp and javascript?
What is jsp and its features?
What are the steps involved in reading data from a form using jsp?
How do you comment out in jsp?
What is the purpose of <jsp:setproperty >?
What is jsp and its advantages?
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 difference between jsp and servlets ?
Differentiate between <jsp:include page=…> and <%@include file=…>.
What are standard actions in JSP?
Can a jsp page instantiate a serialized bean?
Can you override jspinit() method? If yes, in which cases?