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
Explain what access modifiers can be used for variables?
Is assembly language a low level language?
What is string example?
What is a generic type?
What is the default access specifier for variables and methods of a class?
Does apple use java?
Can java inner class be static?
How many types of flags are there?
What is nested interface?
What is the do while loop syntax?
How to disable caching on back button of the browser?
Garbage collection in java?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
Write a code to create a trigger to call a stored procedure
What do you mean by stack?