🎴 Flashcard Mode

Mixed Technology Concepts Quiz

Card1 / 20
Mastered0
Review0
QuestionClick to flip

In Java, a source file is officially called a compilation unit.

AnswerClick to flip back
A
True
💡 Explanation:

According to the Java Language Specification, a source file is officially termed a 'compilation unit'. This is the formal terminology used throughout Java's documentation and specifications. Each compilation unit typically contains at most one public class or interface declaration and can include package and import statements.

Change Mode