| Author |
Is empty file is valid java source file?
|
Krishna Srinivasan
Ranch Hand
Joined: Jul 28, 2003
Posts: 1803
|
|
I have read in one book,that is Is empty source file a valid java source file?The answer they gave is yes.I could not get the right explanation. i don'y know what they mean.withot interface,class,package,import how can a file will be a valid source file? Its confusing me.
|
Krishna Srinivasan
OCAJP Mock Questions
|
 |
Valentin Crettaz
Gold Digger
Sheriff
Joined: Aug 26, 2001
Posts: 7610
|
|
If you browse to JLS 7.3: Compilation Units, you will see that a compilation unit (i.e., a Java source file) is composed of three high level elements, called PackageDeclaration, ImportDeclarations, and TypeDeclarations. All of them are optional, which clearly means that an empty compulation unit is a valid java file. I hope this clears your doubts.
|
SCJP 5, SCJD, SCBCD, SCWCD, SCDJWS, IBM XML
[Blog] [Blogroll] [My Reviews] My Linked In
|
 |
 |
|
|
subject: Is empty file is valid java source file?
|
|
|