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 |
Which is better singleton or static class?
What is immutable data?
What is finally and finalize in java?
What is the original name of java?
Why packages are used?
What is the difference between length and length () in java?
What are E and PI?
Is java platform independent?
How would you format a date in java? I.e. In the ddmmyyy format?
Why do we use string?
Differentiate between array list and vector in java.
What is callablestatement? How you can call stored procedure to pass in parameter?