how can u cal servlet from java?

Answer Posted / rajinder singh

do some coding on jsp page

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What restrictions are placed on the location of a package statement within a source code file?

853


Explain about RMI Architecture?

833


What is table mutation and how do you avoid it?

2143


What is the diffrence between a local-tx-datasource and a xa-datasource?

801


What classes of exceptions may be caught by a catch clause?

764


what are the activation groupworks?

1868


Is it possible to stop the execution of a method before completion in a sessionbean?

822


Do I need to import javlang package any time? Why ?

848


What is jboss?

769


What class is used to create Server side object ?

1918


Can I use javascript to submit a form?

877


Where can I find seam examples and documentation?

812


What method is invoked to cause an object to begin executing as a separate thread?

774


which book is better for jdbc ,servlets and jsp

1848


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1596