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
What is difference between final and immutable?
Write a java program to generate fibonacci series ?
Can we create our own daemon thread?
what is predefined function in java?
Which is better stringbuilder or stringbuffer?
What is an escape character in java?
What are the differences between string, stringbuffer and stringbuilder?
What is the difference between double and float variables in java?
What is getclass () getname () in java?
Is void a data type in java?
What is return null in java?
What are the differences between forwarding () method and sendredirect() methods?
How to change value in arraylist java?
What is the purpose of garbage collection in java, and when is it used?
Does java support multiple inheritances?