Explain jsp lifecycle methods?
No Answer is Posted For this Question
Be the First to Post Answer
Which is mandatory in tag in jsp?
What is tag file?
What is jspinit method?
What are different implicit objects of jsp?
What does .com stand for?
hi i m tannu and i m developing one web site as my project and i have created one chatting application using applet and socket it run perfactly using netbeans5.5 and appletviewer but when i run on browser it doent run i put it class file in jar file then call by jsp when it load in browser it stop on applet started plz help me soon
What are the jsp elements?
Are application, pageContext and object of ServletContext same or not?
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 pagecontext jsp?
What are JSP Directives?
Differentiate between response.sendredirect(url) and <jsp:forward page = …> ?