What is use of scriptlet tags in jsp?
No Answer is Posted For this Question
Be the First to Post Answer
what are the alternate way to use the scriplet in jsp.
How to find out the name of the http method using jsp el?
Define scriptlet, expression and declaration in jsp?
Q : In session created by server with client(browser) How can server find that request coming is belong to new session OR belong to session that is timeout.
What is jsp param?
What is jsp application?
how can i get a scjp certification??
What are the advantages of jsp over servlet?
What is client scripting?
What are the 3 tags used in jsp bean development?
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 the enitre process of using smart forms to create forms?