How do I include static files within a jsp page?
No Answer is Posted For this Question
Be the First to Post Answer
What is cookies in jsp?
What is jstl core tags?
Can we implement an interface in a jsp?
What are the events in jsp page?
What is the use of jstl tags in jsp?
Mention the scope values for <jsp.usebean> tag.
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 the jsp tag?
How is scripting disabled?
What are jsp action tags?
difference betwwn 16 bit and 32 bit
What is JSP?