Can applet in different page/s communicate with each other?



Can applet in different page/s communicate with each other?..

Answer / niranjanravi

1.Socket communication
2.RMI communication
3.HTTP communication.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

extending thread class or implementing runnable interface. Which is better? : Java thread

0 Answers  


What is the exact difference in between Unicast and Multicast object?

0 Answers  


Can we create more than one object singleton class?

0 Answers  


When is the garbage collection used in Java?

0 Answers   BirlaSoft,


what is the difference between preemptive scheduling and time slicing? : Java thread

0 Answers  






What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?

0 Answers  


In the below example, what will be the output?

0 Answers  


Where is the find and replace?

0 Answers  


What is a literal coding?

0 Answers  


What is more advisable to create a thread, by implementing a Runnable interface or by extending Thread class?

5 Answers  


What are the advantages of passing this into a method instead of the current class object itself?

0 Answers  


How is final different from finally and finalize?

0 Answers  


Categories