+ 2
Wrong answer report #3513
Okay, so I made the number up. question was, what is default access to members in Java class, the options were private, open, protected and public. I've tried protected and open, but default is default, package wide access and is not there.
1 Answer
+ 1
private