Why is it not recommended to use script elements in jsp?
What is a jsp expression?
What is the requirement of a tag library?
What is difference between custom jsp tags and beans?
Explain jsp lifecycle methods?
How run jsp program in netbeans?
How do you connect to the database from jsp?
How are the jsp requests handled?
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...........
Explain the advantages in jsp?
Define Expression
List down the major differences between the jsp custom tags and java beans.
How to include static files in a jsp?