Java’s Source Files
Java files consists of :
1. A single package statement (optional).
2. Any number of import statements (optional).
3. Any number of package private classes (optional).
4. A single public class declaration with the same name as the file.
Previous slide
Next slide
Back to first slide
View graphic version