Java Quiz: Constructors and Methods
Java Quiz: Constructors and Methods
Time left: 10:00
1. What is JavaScript?
2. What is the purpose of the "this" keyword in Java?
3. Which of the following statements about constructors is true?
4. What is method overloading?
5. What is the default constructor?
6. What does the super() keyword do in Java?
7. Can a constructor be private in Java?
8. What is a copy constructor in Java?
9. Can a constructor call another constructor of the same class?
10. What happens if a constructor has a return type?
0 Comments