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 |
Why singleton class is used in java?
What are the types of loops in Java, and how are they used?
Is overriding possible in java?
What is the difference between hashmap and hashtable? What is an interface?
When would you use a static class?
What is advantage of using threads?
Are arrays immutable in java?
According to java operator precedence, which operator is considered to be with highest precedence?
Which is fastest collection in java?
Can we inherit inner class?
Can you explain the cs option of java interpreter?
What is super keyword in java ?