What are the directives in jsp?
No Answer is Posted For this Question
Be the First to Post Answer
i need the source code for opening a word document in java
what are the tools used in your project , How to ask the answer this question
hpcl information systems officer 2008 Question Papers or any last previous questions papers thanks in advance shyamprasad71@gmail.com shyamprasad71@gmail.com
Explain the uses of <jsp:usebean> tag.
What are jsp implicit objects?
How can I override the jspdestroy() method within a jsp page?
How can we prevent implicit session creation 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 is difference between java and jsp?
How are jsp(java server pages) better than asp(active server pages)?
How to send data from jsp to jsp?
What is the difference between include and jsp directive: include action?