Latest News

 










java.lang.Runtime

Previous slide Next slide Back to first slide View graphic version


java.lang.Runtime


 
My other sites

Latest News

 










java.lang.Runtime

  • There is a single instance of Runtime.
  • It allows the application to interface with its environment.
  • The current Runtime can be obtained from the static
    getRuntime() method.
  • An application cannot create its own instance of this class.
  • The most used methods: exec, exit, load.

Previous slide Next slide Back to first slide View graphic version