(In relation to Java)
A. What is constructor? the purpose of default constructor?
B. How do you get a copy of the object but not the reference of the object?
C. What are static variables and instance variables?
D. Compare checked exception and unchecked exception?