What Is Java Jre [portable]

– Minimal JRE (headless, no GUI) ~30-40 MB. Full desktop JRE ~70-100 MB.

You need a full JDK for any of these.

In 2017, Oracle announced significant changes to the Java release cycle. With the release of Java 9 and onward, the focus shifted toward . what is java jre

| Package | Feature area | |---------|--------------| | java.lang | String, Object, Thread, Exception, System, Math – always available | | java.util | Collections (List, Map, Set), date/time, random, logging, regex | | java.io | File, streams, readers/writers, serialization | | java.nio | Buffers, channels, non-blocking I/O, memory-mapped files | | java.net | Sockets, URLs, HTTP handling, URI , InetAddress | | java.security | Cryptography, keys, certificates, message digests | | java.sql | JDBC (database access) – interfaces only (no driver) | | java.xml | SAX, DOM, XSLT, XPath for XML processing | | java.awt & javax.swing | GUI components, layout managers, graphics, printing | | java.math | BigInteger , BigDecimal – arbitrary precision | | java.time (Java 8+) | Modern date/time API (LocalDate, ZonedDateTime) | | javax.management (JMX) | Monitoring and management of the runtime itself | – Minimal JRE (headless, no GUI) ~30-40 MB

While end-users are less frequently prompted to install a standalone "JRE" today, the technology remains the fundamental engine that powers everything from enterprise banking software to Android applications (though Android uses a different virtual machine, the concept remains similar). In 2017, Oracle announced significant changes to the