How Applets & Servlets will communicate with each other?
Answer Posted / niranjanravi
1.RMI Communication
2.Socket communication
3.HTTP Communication
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain differences between collection api and stream api?
What is flush buffer?
What is difference between calling start() and run() method of thread?
What is singleton class and how can we make a class singleton?
Explain creating threads by extending thread class ?
Is java hashset ordered?
Differentiate between array list and vector in java.
What is a nullable field?
How is treeset implemented in java?
What is fail fast in java?
Can inner class have constructor?
How do you find the maximum number from an array without comparing and sorting?
When can an object reference be cast to an interface reference in java programming?
How can I right-justify a string?
What is the nested interface?