What is a expression?
No Answer is Posted For this Question
Be the First to Post Answer
What is a tag file in jsp?
What is contextpath?
How do you restrict page errors display in the JSP page?
What are scriptlets in jsp?
What are the jsp tag?
What is session tracking in jsp?
What are the two types of comments supported by jsp?
Explain client-side and server-side validation.
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 to works asjx in jsp?
Which tag should be used to pass information from jsp to include jsp?
What is Include directive?