How are the jsp requests handled?
No Answer is Posted For this Question
Be the First to Post Answer
Is jsp server side scripting language?
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...........
Can we use javascript with jsp pages?
HOW CAN WE COMPARE TWO PDF FILES USING JSP ?
What are scriptlets in jsp?
Define JSP Scriptlet.
write a program in javasacript to shake the window
Which of the following action variable is used to include a file in jsp?
What is difference between java and jsp?
What is the difference between java servlet and jsp?
Can we use the exception implicit object in any jsp page?
What are jsp implicit objects?