What will be the visibility of a private class ?
1 Like
A top-level class can't be declared as private. Only inner or nested classes can be private.
Answered By
3 Likes
What will be the visibility of a protected class ?
What will be the visibility of a default class ?
How does Java resolve variables having same name? Give code example.
What are the getter and setter methods?