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 |
How you can force the garbage collection?
Can any one say how will sort map objects in java?
What is a line break example?
Can you override private or static method in java?
What is the use of runnable interface?
What is the difference between jdk and jre?
What is the meaning of nullable?
What is an infinite loop in java? Explain with an example.
What is static and final keyword in java?
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
What is the use of beaninfo?
What are different exception types exceptions available in java ?