how to run servlet program between two computer through the
internet ?
Answers were Sorted based on User's Feedback
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 |
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 |
What is difference between local variable and global variable?
What is the loop in java?
Which sorting algorithm is in place?
How are destructors defined in java?
What is r * in math?
Why we use protected in java?
What is thread life cycle?
What is static data type in java?
Define canvas?
Difference between Superclass and Subclass?
Explain 5 io best practices?
What does localhost mean?