Can applet in different page/s communicate with each other?
Answer Posted / niranjanravi
1.Socket communication
2.RMI communication
3.HTTP communication.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
When should I use singleton?
what do you mean by java annotations?
What are the disadvantages of using inner classes?
Why does java not support operator overloading?
Is string a datatype?
Why can't we override private static methods?
What is the difference between quicksort & mergesort? When should they be used? What is their running time?
How do I write a self declaration?
What do you understand by the term string pool?
What is Enum in Java?
What are the differences between include directive and include action?
What is bom encoding?
What is remote method invocation (rmi)?
What is string pool?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?