What is an immutable class?
Can we declare a class as abstract without having any abstract method?
How will you communicate between two applets?
what methods would you overwrite in java.lang.object class?
Does chrome use java?
What is locale in java?
What are the various access specifiers in java?
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
What is the base class in java from which all classes are derived?
What is escape analysis algorithm in JVM and how garbage collection actually worked n how it transfer the objects from one kind of space to other?
Why should we create an object? what is a need of it? Apart from access members of a class i want what is a need of object what does it contain?? In normal class to access any member of thaht class we create object where as for static class we access its members using class name. what is a difference between them... thanks in advance.
What do you mean by checked exceptions?
What is multithreading ???? How to stop multithrading in java????