Java
Java
Bytecode
Java Interpreter
Computer Program
{ } - Curly Braces
“ ” – Double quotes
[ ] – square brackets
; - semicolon
( ) – curved brackets
System.out.print
Java
( ) - Open-Closed Curved Brackets
" " - Double Quotes
; - Semicolon
Variable
= - Equal Sign
String
int
char
float
boolean
Conditional Statement
if block
else block
Looping
while loop
do while loop
for loop
Arrays
Index
Type the values it will store
Type the name of an array
Type the maximum number of values it will store (range)
declaration
Initialization
Accesing Single Member
Accessing multiple members
Scanner command
the print statement
the main method
the class
class
main method
Class
Capital case letter
Object
Scanner sc = new Scanner(System.in);
sc
Console window
cursor(_)
inheritance
Inheritance
Super class
Sub class
Extend keyword
Single
Multilevel
Hierarchical
Multiple
Hybrid
Import keyword
Aggregation
Class attributes
Object
Java constructor
Default Constructor
Parametized Constructor
Encapsulation
get method
set method
Data hiding
Code Maintainability
Reusability
Modularity
Aggregation
Composition
Composition
fields