What’s the difference between forward and sendredirect?
No Answer is Posted For this Question
Be the First to Post Answer
How does el search for an attribute?
What is an expression language?
Which is better jsp or javascript?
Explain jsp:plugin action?
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 do you mean by jstl?
Why jsp is faster than servlet?
Can we write a class inside Jsp?
Can you override jspinit() method? If yes, in which cases?
How run jsp program in netbeans?
What is jsp scriptlet?
What is the differences between the jsp custom tags and java beans?