In this section, you will learn how to obtain the system properties. The System class provides a Properties object that describes the configuration of the current working environment of the system. System properties provides several information related to the system, user or version etc. The Enumeration class generates the series of elements.
System.getProperties()-This method determines the current system properties.
Here is the code of GetSystemProperties.java
import java.util.*;
|
Output will be displayed as:

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Java get System Properties
Post your Comment