Discussion :: Objects and Collections - Finding the output (Q.No.3)
Avinash 01 said: (Aug 20, 2012) | |
First error :chance of getting error in line number 15 because int is not declared |
Arnold01 said: (Aug 10, 2014) | |
Oh, I thought the reason is that top level classes within a package should only be public or package-private (no modifier)... and PRIVATE is only for member classes which makes the class invisible to the package level... which the compiler thinks will be a useless (unreachable) class for other classes. |
Pratyush said: (Feb 9, 2021) | |
If modifier will not private it's public. Then the program will compile or not? Please explain. |
Post your comments here:
Name *:
Email : (optional)
» Your comments will be displayed only after manual approval.