Why hashmap is used in java?
Why spring singleton is not thread safe?
What does int argc char * argv [] mean?
What is the meaning of flag day?
What is operator overloading. Is it is supported in java?
give an example for encapsulation?
What are keywords give examples?
What does @override mean?
Compare overloading and overriding?
What is ternary operator? Give an example.
Why null interfaces are used in Java?
What is bool mean?
long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?