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 |
Explain the importance of finally over return statement?
What is the exact difference in between Unicast and Multicast object ?
Who is founder of java?
what is difference between length and length()?
How Marker Interfaces are instruct to complete the desired need ?
I want to store more than 10 objects in a remote server? Which methodology will follow?
What is dynamic dispatch in java?
What is a line break example?
What are the types of sockets in java?
What are locale settings?
________ exception must be either caught or specified in throws class of the method.
How can we create an immutable class in java?