how can we create object to a class in a jsp file?
Answer Posted / sant kumar
class name = new class name();
| Is This Answer Correct ? | 9 Yes | 18 No |
Post New Answer View All Answers
How the servlet is loaded?
What is the difference between the include() and forward() methods?
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
What is difference between get and post method?
Why HttpServlet class is declared abstract?
how the HTML data stored in web server?
What’s the difference between sendredirect and forward methods
How to get the actual path of servlet in server?
What is session?
Which protocol will be used by browser and servlet to communicate
When a servlet accepts a call from a client, it receives two objects. What are they?
Given the request path below, which are context path, servlet path and path info?
What's the architecture of a servlet package?
Can we use the constructor, instead of init(), to initialize servlet?
What are the features added in Servlet 2.5?