What is the prototype of the default constructor of this Java class?

Q & ACategory: JavaWhat is the prototype of the default constructor of this Java class?
Admin Staff asked 5 years ago

What is the prototype of the default constructor of this Java class?

    public class prototype { }

a) prototype( )
b) prototype(void)
c) public prototype(void)
d) public prototype( )

1 Answers
Admin Staff answered 5 years ago

d) public prototype( )