Why are jsp pages preferred for creating web-based client program?
No Answer is Posted For this Question
Be the First to Post Answer
What do jsp literals consist of?
What are jsp action tags?
How can information from one JSP be passed to another JSP?
What is the purpose of jsp and why it is widely used?
Differentiate between jsp scriptlet tag and declaration tag.
How To maintain session ..?
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...........
how to print a string with out using out.println?
3 Answers Elementus Technologies,
What are the jsp standard actions?
What is action tag in jsp?
How do I use comments within a jsp page?
Can I use javascript on jsp page?