Can applet in different page/s communicate with each other?
1.Socket communication
2.RMI communication
3.HTTP communication.
| Is This Answer Correct ? | 1 Yes | 0 No |
explain the concept of virtual method invocation in polymorphism in detail?
Which data type is a class in java?
Can a final variable be null?
Explain the difference between hashmap and hashtable in java?
Why main() method is public, static and void in java ?
What are the uses of synchronized keyword?
What is java’s garbage collected heap?
How do you create a first line indent?
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
What is advantage of using threads?
What is not thread safe?
Why packages are used?