You are not logged in.
Pages:: 1
#1 2015-06-16 05:58:14
Default Constructor:
Java Quizzes Java Language Constructors-And-Methods
Directions:
public class Test { }
Question:
What is the prototype of the default constructor?
Option A):
public Test(void)
Option B):
public Test( )
Option C):
Test(void)
Option D):
Test( )
Correct Answer is Option B):
public Test( )
You cannot discover the new oceans unless you have the courage to lose the sight of the shore.
Offline
2015-06-16 05:58:14
- Advertisement
- Ads By Google
Re: Default Constructor:
\n
Pages:: 1