how to run servlet program between two computer through the
internet ?

Answers were Sorted based on User's Feedback



how to run servlet program between two computer through the internet ?..

Answer / bujji

server instal one system,then deploy application in the
server. send the request from anther system by using
address like http://domain name:port no/app name

Is This Answer Correct ?    12 Yes 4 No

how to run servlet program between two computer through the internet ?..

Answer / iq

If servlets in the same application need with
requestDispatcher() we can run the program.
If Servlets in diffrent applications we should use
sendRedirector()to run the program.

Is This Answer Correct ?    8 Yes 9 No

Post New Answer

More Core Java Interview Questions

What is difference between local variable and global variable?

0 Answers  


whats the diff between jsp and servlets?

9 Answers   HCL, TCS,


where is .equals() method and how is it different from == operation <giving some confusing implementation> Is hashing related to these?

4 Answers   iFlex,


How to find the largest value from the given array.

0 Answers  


What is the arraylist in java?

0 Answers  






What class allows you to read objects directly from a stream in java programming?

0 Answers  


What is protected and friendly?

1 Answers  


Is there any tag in htm to upload and download files?

0 Answers  


what are the high-level thread states? : Java thread

0 Answers  


What are the approaches that you will follow for making a program very efficient?

0 Answers  


Difference between an argument and a parameter?

10 Answers   Accounting, HCL, IBM, Quinnox,


What are the differences between string and stringbuffer?

0 Answers  


Categories