Java – Features

Java is platform-independent, object-oriented, multithreaded, and supports automatic memory management (garbage collection).
Example:

class Example {
public void display() {
System.out.println("Java Features!");
}
}

No images available.