Introduction To Java Programming With JShell

Java Fundamentals - 9 Cards
Click here to toggle all cards
Programming
Creating instructions for a computer to perform a task
Programming Language
Written language that tells computers what to do
Java
Object-oriented programming language that is class-based and high-level
JShell
Tool for interactive code testing and evaluation
Compiler
Converts the source code into machine-code (understandable by computer)
Syntax
Rules that your program should follow!
System.out
Standard output stream to display information in console
Variable
Memory location for storing a value
Assignment
Giving a value to a variable (e.g. i = 1)