What is jstl?
No Answer is Posted For this Question
Be the First to Post Answer
Can we use the exception implicit object in any jsp page?
How do I create a dynamic web project?
Can we implement an interface in a jsp?
Explain the advantages in jsp?
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 does .com stand for?
what is difference between the contart and implementation?
Can jsp run without server?
What is client scripting?
How do I run a jsp file in linux?
Is jsp and javascript same?
What is tld in jsp?