What is the advantage of using getProperty action, as
compared to the accessor method?
No Answer is Posted For this Question
Be the First to Post Answer
What do you know about writing custom jsp tags?
What is session setattribute?
i need the source code for opening a word document in java
What are the implicit el objects in jsp?
Explain the various scope values for <jsp:useBean> tag.
What is full api?
What is jsp action tags?
How can automatic creation of session be prevented in a jsp page?
What are different types of comments used in jsp?
What is error page 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...........
Is jsp used?