Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
public class prototype { }
a) prototype( )
b) prototype(void)
c) public prototype(void)
d) public prototype( )