A simple hello world program in Java
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
Java Concepts
- Fundamentals
- JVM
- Conditional Statements
- Control Statements
- Variables
- Interpreter and Compiler
- Objects and Classes
- Static
- Final
- OOPS
- Inheritance
- Polymorphism
- Abstraction
- Interface
- Encapsulation
- Arrays
- Package
- Internationalization
- Serialization
- Reflection
- Memory Management
- Garbage Collection
- Inner Classes
- Strings
- Exception Handling
- Multithreading
- Concurrency
- Collections Framework
- Collection
- Enumeration
- Lambda Expressions
- Streams
- Generics
- Java 8
- Java Versions