Multiple Choice
How many constructors can a class have?
A) Exactly one
B) At least one but no more than three
C) Exactly the same as the number of data members
D) There is no restriction on the number of constructors
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: The following code attempts to find the
Q14: In Java,when we write an if-statement of
Q15: If s1 = "dog" and s2 =
Q16: Suppose a,b and c are the lengths
Q17: Why does the Java statement System.out.println("answer =
Q19: All Java programs must define at least
Q20: Suppose s1 is a String variable.We want
Q21: Suppose temp is an array of 12
Q22: The following code containing a loop attempts
Q23: Suppose a try block needs to be