how to run servlet program between two computer through the
internet ?
Answer Posted / 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 |
Post New Answer View All Answers
What are the two ways in which thread can be created?
What is the static import?
Why do people says “java is robust”?
Why does java have different data types for integers and floating-point values?
What is outofmemoryerror in java?
How can we break singleton in java?
What is difference between iterator and enumeration in java?
Can a private method of a superclass be declared within a subclass?
What is a classloader in java?
What does singleton mean in java?
What is the difference between public, private, protected, and friend access?
Explain inner classes ?
What does bitwise or mean?
What is the simpletimezone class in java programming?
Why do we need variables?