These java basic tutorials in intended for absolute beginners. If you are just beginning to learn java, you should go through these tutorials, otherwise skip them.
Java Basics Tutorials
- Installing Java on 64 bit Windows
- Java Hello World Program
- Java Command Line Arguments
- Java – Naming Conventions
- Java hashCode() and equals() – Contract, rules and best practices
- Java Wrapper Classes – Autoboxing and Unboxing Example
- Java Comments
- Java Variables
- Java JDK, JRE and JVM
- Java Classpath
- Java System Properties
- Static Import Declarations in Java
- Java Classes and Objects
- What is Block Statement in Java
- Java Statements
- Java Operators
- Little-Endian and Big-Endian in Java
- Java Data Types
- Java Tutorial
- Java Primitive Data Types
- Difference between 32-bit java vs. 64-bit java
- Difference between java.exe and javaw.exe
- Java View/Generate Bytecode of Class File
- Java Pass-by-Value vs. Pass-by-Reference
- Java main() method
- How to create immutable class in Java