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

________ exception must be either caught or specified in throws class of the method.

1 Answers  


What is a default constructor and also define copy contrucyor?

0 Answers   Global Logic,


Explain about assignment statement?

0 Answers  


Is delete, next, main, exit or null keyword in java?

1 Answers  


What happens if we don’t override run method ?

0 Answers  


What is the use of conditional statement?

0 Answers  


Is it possible to use string in the switch case?

0 Answers  


What are the two categories of data types in the java programming language?

0 Answers  


Tell me about different OOPS concepts.

0 Answers   Amdocs,


What are order of precedence and associativity, and how are they used?

1 Answers  


What is hasnext in java?

0 Answers  


Give us a program to check for parenthesis matching using stack.

0 Answers   Genpact,


Categories