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 |
________ exception must be either caught or specified in throws class of the method.
What is a default constructor and also define copy contrucyor?
Explain about assignment statement?
Is delete, next, main, exit or null keyword in java?
What happens if we don’t override run method ?
What is the use of conditional statement?
Is it possible to use string in the switch case?
What are the two categories of data types in the java programming language?
Tell me about different OOPS concepts.
What are order of precedence and associativity, and how are they used?
What is hasnext in java?
Give us a program to check for parenthesis matching using stack.