Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
30 views
Java Runtime Class
Uploaded by
Ayalkibet Abriham
Copyright
© © All Rights Reserved
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save Java Runtime Class For Later
Download
Save
Save Java Runtime Class For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
30 views
Java Runtime Class
Uploaded by
Ayalkibet Abriham
Copyright
© © All Rights Reserved
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save Java Runtime Class For Later
Carousel Previous
Carousel Next
Save
Save Java Runtime Class For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 9
Search
Fullscreen
2122122, 11°51 PM |nps:iwwwjavatpoin comijava-runtie-ass Java Runtime class -javatpoint 19‘2122, 11:51 PM Java Runtime class -javatpoint Java Runtime class Java Runtime class is used to interact with java runtime environment. Java Runtime class provides methods to execute a process, invoke GC, get total and free memory etc. There is only one instance of java.lang Runtime class is available for one java application. The Runtime.getRuntime() method returns the singleton instance of Runtime class. Important methods of Java Runtime class No. Method Description 1) public static Runtime getRuntimed) returns the instance of Runtime class. 2) public void exit(int status) terminates the current virtual machine. 3) public void addShutdownHook(Thread hook) registers new hook thread. 4) public Process exec(String command)throws executes given command in a separate 1OException process 5) public int availableProcessors) returns no. of available processors. 6) public long freeMemory) returns amount of free memory in JVM. 7) public long totalMemory() returns amount of total memory in JVM. Java Runtime exec() method public class Runtime1( public static void main(String args{))throws Exception( Runtime.getRuntime0.exect“notepad");//will open a new notepad ) ) |nps:iiwwjavatpoin comijava-runtime-ass‘2122, 11:51 PM Java Runtime class -javatpoint How to shutdown system in Java You can use shutdown -s command to shutdown system. For windows OS, you need to provide full path of shutdown command e.g. «:\\Windows\System32\shutdown. Here you can use -s switch to shutdown system, -r switch to restart system and -t switch to specify time delay. public class Runtime2( public static void main(String args{))throws Exception( Runtime.getRuntime(..exec("shutdown -s -t 0"), } ) How to shutdown windows system in Java public class Runtime2( public static void main(String args{))throws Exception{ Runtime.getRuntime(.exect"c\\Windows\\System32\\shutdown -s -t 0"); ) ) |nps:iiwwjavatpoin comijava-runtime-ass a9‘2122, 11:51 PM Java Runtime class -javatpoint How to restart system in Java public class Runtime3{ public static void main(String args{))throws Exception( Runtime.getRuntime0.exect"shutdown -r -t 0"); ) ) Java Runtime availableProcessors() public class Runtimed( public static void main(String args{))throws Exception( System.out printIn(Runtime.getRuntime) availableProcessors(); ) } Java Runtime freeMemory() and totalMemory() method In the given program, after creating 10000 instance, free memory will be less than the previous free memory. But after gc() call, you will get more free memory. public class MemoryTest( public static void main(String args{])throws Exception{ Runtime r=Runtime.getRuntime); System.out printin("Total Memory: "+r.totalMemory()); System.out printin("Free Memory: "+rfreeMemory(); for(int i=0;i<10000;i++ new MemoryTest0); ) System.out printin("“After creating 10000 instance, Free Memory: “+rfreeMemory); System.gc0; |nps:iiwwjavatpoin comijava-runtie-ass 49s21rain2, 11:51 PM Java Runtime class -javatpoint System.out.printin("After gc), Free Memory: "+r.reeMemory(); d d Total Memory Free Memory: 99474824 After c 88 instance, Free Memory: 99310552 ating 160 After ), Free Memory: 100182832 Youtube For Videos Join Our Youtube Channel: Join Now Feedback © Send your Feedback to feedback@javatpoint.com Help Others, Please Share |nps:iiwwjavatpoin comijava-runtime-ass2122122, 11°51 PM Learn Latest Tutorials Splunk tutorial Splunk £TumbIr tutorial Tumblr AR Programming tutorial R Programming & Python Pillow tutorial Python Pillow Preparation SPSS tutorial spss # React tutorial ReactlS RAIS tutorial RxJS & Python Turtle ‘tutorial Python Turtle |nps:iwwwjavatpoin comijava-runtie-ass Java Runtime class -javatpoint 2) Swagger tutorial Swagger PRegex tutorial Regex #) React Native tutorial React Native aKeras tutorial Keras “SQL tutorial Transact-SQL [o} Reinforcement learning tutorial Reinforcement Leaming \s} Python Design Patterns Python Design Patterns2122122, 1°51 PM Aptitude Logical Aptitude Reasoning Reasoning 2 Company Interview Questions Company Questions Trending Technologies 2 Axtificial (PAWS Tutorial Intelligence ‘Aws Artificial Intelligence (2:Hadoop tutorial ReactIS. Hadoop Tutorial ReacuS 2) Blockchain \AGit Tutorial Tutorial Git Blockchain npesiwwjavatpoin.comfava-runtime-lass Java Runtime class -javatpoint (eNerbal Ability Verbal Ability # Seler tutorial Selenium #) Data Science Tutorial Data Science 2 Machine ‘Learning Tutorial Machine Learning Interview Questions Interview Questions 2 Cloud ‘Computing Cloud Computing A Angular 7 Tutorial Angular 7 2 _Devops Tutorial DevOps 792122122, 11°51 PM B.Tech / MCA DBMS tutorial DBMS 2 Computer Network tutorial Computer Network Ethical Hacking Ethical Hacking #.Cyber Security tutorial Cyber Security #Java tutorial Java Data Structures tutorial Data Structures Compiler Design tutorial Compiler Design 2 Computer Graphies Tutorial Computer Graphies 2 Automata Tutorial Automata a Net Framework tutorial Net pesiwwjavatpoin.comjava-runtime-ass Java Runtime class -javatpoint DAA tutorial DAA #) Computer Organization and Architecture Computer Organization 2) Software Engineering Software Engineering 2 CLanguage tutorial C Programming #Python tutorial Python i) Operating System Operating System 5 Mathematics Tutorial Discrete Mathematics (Ahtm! tutorial Web Technology A List of Programs2122122, 1°51 PM 2 Control #. Data Mining ‘Systems tutorial Control System |nps:iiwwjavatpoin comijava-runtime-ass ‘Tutorial Data Mining Java Runtime class -javatpoint Programs 2 Data Warchouse Tutorial Data Warehouse
You might also like
Unit - 003 - JVM Internals and Garbage Collections
PDF
No ratings yet
Unit - 003 - JVM Internals and Garbage Collections
25 pages
34 Java Collections Interview Questions
PDF
No ratings yet
34 Java Collections Interview Questions
21 pages
InvokingGC
PDF
No ratings yet
InvokingGC
3 pages
Java Notes
PDF
No ratings yet
Java Notes
22 pages
GarbageCollections
PDF
No ratings yet
GarbageCollections
19 pages
JVM Internals & Runtime Data Areas
PDF
No ratings yet
JVM Internals & Runtime Data Areas
13 pages
CST 205 - OOP Using Java
PDF
100% (1)
CST 205 - OOP Using Java
25 pages
Destructor For The Class. in C++, If You Loose A Pointer On An Object and If There Are No
PDF
No ratings yet
Destructor For The Class. in C++, If You Loose A Pointer On An Object and If There Are No
10 pages
Semester Question Bank 2 Solution
PDF
No ratings yet
Semester Question Bank 2 Solution
92 pages
JAVA Basics Who Developed Java?: Platform Independence
PDF
No ratings yet
JAVA Basics Who Developed Java?: Platform Independence
10 pages
Top 500 Java Interview Questions and Answers
PDF
No ratings yet
Top 500 Java Interview Questions and Answers
18 pages
Java Memory Allocation
PDF
No ratings yet
Java Memory Allocation
12 pages
Java Memory Leaks W/ Finalize Examples: Malloc ( ) Inside A Tight Loop. This Creates Unbounded Amounts of
PDF
No ratings yet
Java Memory Leaks W/ Finalize Examples: Malloc ( ) Inside A Tight Loop. This Creates Unbounded Amounts of
21 pages
4 - Week Java Notes 20cs43p
PDF
No ratings yet
4 - Week Java Notes 20cs43p
7 pages
JAVA
PDF
No ratings yet
JAVA
19 pages
Important Question2 Java
PDF
No ratings yet
Important Question2 Java
15 pages
Java Interview Questions
PDF
No ratings yet
Java Interview Questions
22 pages
Java Docs
PDF
No ratings yet
Java Docs
144 pages
Java Interview Questions: What Are Native Methods in Java?
PDF
No ratings yet
Java Interview Questions: What Are Native Methods in Java?
9 pages
Core Java jdk1.6: Questions & Answers
PDF
No ratings yet
Core Java jdk1.6: Questions & Answers
11 pages
Garbage Collection
PDF
No ratings yet
Garbage Collection
22 pages
1Q: What Is Java API?
PDF
No ratings yet
1Q: What Is Java API?
2 pages
Www.tutorialspoint.com
PDF
No ratings yet
Www.tutorialspoint.com
16 pages
Lesson 08 - Reflection API, Annotations
PDF
No ratings yet
Lesson 08 - Reflection API, Annotations
34 pages
Thread Dump
PDF
No ratings yet
Thread Dump
27 pages
Unit1_Memorymanagement
PDF
No ratings yet
Unit1_Memorymanagement
6 pages
Nov Dec 19
PDF
No ratings yet
Nov Dec 19
26 pages
16 Garbage Collection PDF
PDF
No ratings yet
16 Garbage Collection PDF
13 pages
JAVA VIVA QUES.
PDF
No ratings yet
JAVA VIVA QUES.
21 pages
Lecture 2 Java Virtual Machine
PDF
No ratings yet
Lecture 2 Java Virtual Machine
36 pages
Oops (Object Oriented Programming System) : Object Class Inheritance Polymorphism Abstraction Encapsulation
PDF
No ratings yet
Oops (Object Oriented Programming System) : Object Class Inheritance Polymorphism Abstraction Encapsulation
65 pages
corejava503
PDF
No ratings yet
corejava503
5 pages
Java Program To Perform GC
PDF
No ratings yet
Java Program To Perform GC
3 pages
Concepts of Programming Notes For PG-DAC
PDF
No ratings yet
Concepts of Programming Notes For PG-DAC
14 pages
Core Java Interview Question
PDF
No ratings yet
Core Java Interview Question
8 pages
Java Memr PDF
PDF
No ratings yet
Java Memr PDF
144 pages
Java
PDF
No ratings yet
Java
14 pages
Step-2-Core-Java-Level-II
PDF
No ratings yet
Step-2-Core-Java-Level-II
24 pages
java1
PDF
No ratings yet
java1
25 pages
Memory
PDF
No ratings yet
Memory
4 pages
Java Interview Questions Sample..
PDF
No ratings yet
Java Interview Questions Sample..
10 pages
Top 50 Java Interview Questions
PDF
No ratings yet
Top 50 Java Interview Questions
19 pages
Lecture 07
PDF
No ratings yet
Lecture 07
10 pages
Java Interview Questions
PDF
No ratings yet
Java Interview Questions
20 pages
Java - Unit4 2023-24 (CS Major)
PDF
No ratings yet
Java - Unit4 2023-24 (CS Major)
8 pages
Java
PDF
No ratings yet
Java
8 pages
JVM Final Slides
PDF
No ratings yet
JVM Final Slides
34 pages
java
PDF
No ratings yet
java
64 pages
FullStackCafe_QAS_1688392495713
PDF
No ratings yet
FullStackCafe_QAS_1688392495713
5 pages
1 OOPs Concept
PDF
No ratings yet
1 OOPs Concept
7 pages
Java Notes Unit IV
PDF
No ratings yet
Java Notes Unit IV
10 pages
Java Paper - Winter 2023
PDF
No ratings yet
Java Paper - Winter 2023
21 pages
Method Can Be Used To Access The Servletconfig Object ?
PDF
No ratings yet
Method Can Be Used To Access The Servletconfig Object ?
9 pages
The Java Virtual Machine: The University of North Carolina at Chapel Hill
PDF
No ratings yet
The Java Virtual Machine: The University of North Carolina at Chapel Hill
27 pages
Java Notes
PDF
No ratings yet
Java Notes
40 pages
Day 1 Viva
PDF
No ratings yet
Day 1 Viva
43 pages
Formal Methods For Software Engineering Languages, Methods, Application
PDF
No ratings yet
Formal Methods For Software Engineering Languages, Methods, Application
537 pages
JDBC Interview Questions
PDF
No ratings yet
JDBC Interview Questions
22 pages
Connection
PDF
No ratings yet
Connection
6 pages
Java Multithreading and Concurrency Interview
PDF
No ratings yet
Java Multithreading and Concurrency Interview
31 pages
Daemon Thread in Java
PDF
No ratings yet
Daemon Thread in Java
8 pages
Related titles
Click to expand Related Titles
Carousel Previous
Carousel Next
Unit - 003 - JVM Internals and Garbage Collections
PDF
Unit - 003 - JVM Internals and Garbage Collections
34 Java Collections Interview Questions
PDF
34 Java Collections Interview Questions
InvokingGC
PDF
InvokingGC
Java Notes
PDF
Java Notes
GarbageCollections
PDF
GarbageCollections
JVM Internals & Runtime Data Areas
PDF
JVM Internals & Runtime Data Areas
CST 205 - OOP Using Java
PDF
CST 205 - OOP Using Java
Destructor For The Class. in C++, If You Loose A Pointer On An Object and If There Are No
PDF
Destructor For The Class. in C++, If You Loose A Pointer On An Object and If There Are No
Semester Question Bank 2 Solution
PDF
Semester Question Bank 2 Solution
JAVA Basics Who Developed Java?: Platform Independence
PDF
JAVA Basics Who Developed Java?: Platform Independence
Top 500 Java Interview Questions and Answers
PDF
Top 500 Java Interview Questions and Answers
Java Memory Allocation
PDF
Java Memory Allocation
Java Memory Leaks W/ Finalize Examples: Malloc ( ) Inside A Tight Loop. This Creates Unbounded Amounts of
PDF
Java Memory Leaks W/ Finalize Examples: Malloc ( ) Inside A Tight Loop. This Creates Unbounded Amounts of
4 - Week Java Notes 20cs43p
PDF
4 - Week Java Notes 20cs43p
JAVA
PDF
JAVA
Important Question2 Java
PDF
Important Question2 Java
Java Interview Questions
PDF
Java Interview Questions
Java Docs
PDF
Java Docs
Java Interview Questions: What Are Native Methods in Java?
PDF
Java Interview Questions: What Are Native Methods in Java?
Core Java jdk1.6: Questions & Answers
PDF
Core Java jdk1.6: Questions & Answers
Garbage Collection
PDF
Garbage Collection
1Q: What Is Java API?
PDF
1Q: What Is Java API?
Www.tutorialspoint.com
PDF
Www.tutorialspoint.com
Lesson 08 - Reflection API, Annotations
PDF
Lesson 08 - Reflection API, Annotations
Thread Dump
PDF
Thread Dump
Unit1_Memorymanagement
PDF
Unit1_Memorymanagement
Nov Dec 19
PDF
Nov Dec 19
16 Garbage Collection PDF
PDF
16 Garbage Collection PDF
JAVA VIVA QUES.
PDF
JAVA VIVA QUES.
Lecture 2 Java Virtual Machine
PDF
Lecture 2 Java Virtual Machine
Oops (Object Oriented Programming System) : Object Class Inheritance Polymorphism Abstraction Encapsulation
PDF
Oops (Object Oriented Programming System) : Object Class Inheritance Polymorphism Abstraction Encapsulation
corejava503
PDF
corejava503
Java Program To Perform GC
PDF
Java Program To Perform GC
Concepts of Programming Notes For PG-DAC
PDF
Concepts of Programming Notes For PG-DAC
Core Java Interview Question
PDF
Core Java Interview Question
Java Memr PDF
PDF
Java Memr PDF
Java
PDF
Java
Step-2-Core-Java-Level-II
PDF
Step-2-Core-Java-Level-II
java1
PDF
java1
Memory
PDF
Memory
Java Interview Questions Sample..
PDF
Java Interview Questions Sample..
Top 50 Java Interview Questions
PDF
Top 50 Java Interview Questions
Lecture 07
PDF
Lecture 07
Java Interview Questions
PDF
Java Interview Questions
Java - Unit4 2023-24 (CS Major)
PDF
Java - Unit4 2023-24 (CS Major)
Java
PDF
Java
JVM Final Slides
PDF
JVM Final Slides
java
PDF
java
FullStackCafe_QAS_1688392495713
PDF
FullStackCafe_QAS_1688392495713
1 OOPs Concept
PDF
1 OOPs Concept
Java Notes Unit IV
PDF
Java Notes Unit IV
Java Paper - Winter 2023
PDF
Java Paper - Winter 2023
Method Can Be Used To Access The Servletconfig Object ?
PDF
Method Can Be Used To Access The Servletconfig Object ?
The Java Virtual Machine: The University of North Carolina at Chapel Hill
PDF
The Java Virtual Machine: The University of North Carolina at Chapel Hill
Java Notes
PDF
Java Notes
Day 1 Viva
PDF
Day 1 Viva
Formal Methods For Software Engineering Languages, Methods, Application
PDF
Formal Methods For Software Engineering Languages, Methods, Application
JDBC Interview Questions
PDF
JDBC Interview Questions
Connection
PDF
Connection
Java Multithreading and Concurrency Interview
PDF
Java Multithreading and Concurrency Interview
Daemon Thread in Java
PDF
Daemon Thread in Java