Java is an object-oriented programming language that is platform independent, allowing code to run on any device. It features automatic memory management, strong typing, and multi-threading. Java code is compiled to bytecode that runs on a Java Virtual Machine, providing platform independence. Methods and classes encapsulate code and data, and inheritance, polymorphism, and interfaces support object-oriented programming.