1/9
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
The Java program we write
Source Code
The extension the file will have
.java
Process of translating source code into lower-level code that the computer can use
compile
the lower-level code produced by the compiler
bytecode
The file extension created after compiling Java source code
.class
executes your instructions from the bytecode
running
The software that allows the .class file to run on a machine
Java virtual machine
Breaks Java command writing rules
Syntax Error
The program crashes while running because you asked it to do something impossible
Run time
Your program executes all the commands, but doesn’t accomplish the required task
Logic