What Is The Prototype Of The Default Constructor Of This Java #62
What is the prototype of the default constructor of this Java class?</p> <pre><code class="language-java"> public class prototype { } </code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Data Types Variables Arrays - Java Type Conversions, Promotions and Castings - Quiz No.1.
What is the prototype of the default constructor of this Java class?
public class prototype { }
prototype( )
prototype(void)
public prototype(void)
public prototype( )