The meal over, prayers were read by Miss Miller, and the classes filed off, two and two, upstairs.
用餐结束后,米勒小姐朗读了祈祷文,班级两两上楼。
英语百科
Java class file
(重定向自Class files)
A Java class file is a file (with the .class filename extension) containing Java bytecode that can be executed on the Java Virtual Machine (JVM). A Java class file is produced by a Java compiler from Java programming language source files (.java files) containing Java classes. If a source file has more than one class, each class is compiled into a separate class file.