-
-
Array List Collections
What is Use of declaring an array list object like List list = new ArrayList() rather than creating object like ArrayList arr = new ArrayList();
-
Access Specifier
What will happen if same access specifier repeats more than once within a class?
-
Marker Interface
When there is no methods in the marker interface, then what is the use of marker interface. What is the functionality of the interface. Why do we need to implement marker interface?
-
Object Class Methods
Why wait() and notify() are used only for threads, why not to objects?
-
Mutithreading
How synchronization can be done for multithreading environment without using the "synchronized" keyword?
-
ReadLine() Function
Explain readLine function in Core Java.
-
Java.lang.object class methods
List out the five common methods in java.lang.object class?
-
-
-
-
-
-
-
-
-
-
-
-
Core Java Interview Questions
Ans