🎴 Flashcard Mode
General Technology Concepts Quiz
Card1 / 20
Mastered0
Review0
QuestionClick to flip
A class file is:
AnswerClick to flip back
A
A file that contains a section of compiled Java code which, with other class files, can be used to run a Java
💡 Explanation:
A .class file contains compiled Java bytecode for a single class. Multiple class files work together (along with libraries) to run a complete Java application.