Is jsp better than servlet?
No Answer is Posted For this Question
Be the First to Post Answer
What is jsp and its advantages?
How to deactivate el usage on jsp?
What is attribute in jsp?
What is the difference between include directive and include action?
How many messaging models do jms provide for and what are they?
What is the purpose of jsp and why it is widely used?
What are scriptlets in jsp?
What is a session in web?
What are the components of jsp?
Is there a way to reference the "this" variable within a jsp page?
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 full api?