What is jsp technology?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of?
How many messaging models do jms provide for and what are they?
Where do I create jsp in eclipse?
What is jstl (jsp standard tag library)?
What are the events in 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...........
Explain the jsp implicit objects?
Can you call jsp from servlet?
in jsf page i use two dropdown list.i.e state & district.if state dropdown is selected then & then district is enable.what should be my code.
What is jsp scriptlet tag used for?
What is c tag in jsp?
What are advantages of jsp over asp, php, pure servlets and others?