The System class provide systemlevel functionality to Java applications.Some of the facilities provided by System class: * Reading input from the keyboard.
* Writing output to console. * Reading and writing system properties and environment variables Runtime class provides support for runtime environment.