how to run servlet program between two computer through the
internet ?
Answer Posted / 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 |
Post New Answer View All Answers
Say any two properties in beans?
Is java jre still free?
What is difference between jdk,jre and jvm?
What is string args [] in java?
What is user defined exception in Java?
What is the purpose of garbage collection in java?
What is the purpose of using javap?
What is a string token?
What is equlas() and hashcode() contract in java? Where does it used?
Explain the transient field modifier?
Explain different forms of polymorphism?
What is :: operator in java 8?
How do you achieve polymorphism in java?
What is a class instance variable?
What is append function?