What is context in jsp?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of jstl?
Explain the difference between jspwriter and servlet printwriter in jsp?
How to make a “new line in html” in jsp?
What do you mean by jsp?
What is a tag file?
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 does a jsp work?
What is the differences between the jsp custom tags and java beans?
Explain client and server side validation?
Explain the jsp life cycle?
Can you make use of a servletoutputstream object from within a jsp page?
Can a constructor be used in place of init() method to initialize a servlet?