Java - Access Specifier

Posted by Gogi on Stack Overflow See other posts from Stack Overflow or by Gogi
Published on 2010-03-25T14:58:31Z Indexed on 2010/03/25 15:03 UTC
Read the original article Hit count: 95

Filed under:

Can classes in java have any other access specifier than public ? Can we save our file with that classname which has specifier other than public ?

© Stack Overflow or respective owner

Related posts about java