What is translation phase?
No Answer is Posted For this Question
Be the First to Post Answer
can i extend jsp page like other java classes ?
What are the jsp standard actions?
List out some advantages of using jsp.
How do we catch exception and process it using jstl?
How is jsp used in the mvc model?
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...........
How can you include the results of another page?
Is the session object always created on the jsp page, is it possible to disable its creation?
What is meant by jsp?
Why are jsp pages preferred for creating web-based client program?
How did you implement caching in jsp?
Can you call jsp from servlet?