Java Basics

Syntax, variables, data types and control statements in Java.

9 notes

Notes

Java

Introduction to Java

Java is a statically typed, object oriented language that compiles to bytecode and runs on a virtual machine, which is what makes it portable.

Read more