What are jsp and servlets?
No Answer is Posted For this Question
Be the First to Post Answer
Can a jsp page process html form data?
What do you mean by jsp?
What does jsp mean?
How do we catch exception and process it using jstl?
Which jsp life cycle is in correct order?
What is include directive in jsp?
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 implicit objects?
Define JSP Scriptlet.
How to run java program 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...........
Can we write a class inside Jsp?