What is jstl (jsp standard tag library)?
No Answer is Posted For this Question
Be the First to Post Answer
What is client scripting?
What is scripting elements in jsp?
How to run java program in jsp page?
What are JSP scripting elements?
What is the difference between a scrollbar and a scrollpane in jsp?
What are standard actions in JSP?
Why is jsp used?
Can you explain what is jsp page life cycle?
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 are page directives?
What is context in jsp?
What are jsp el implicit objects and how it’s different from jsp implicit objects?