The java.util System getProperty method is used to retrieve a system property value. System properties are those properties that are specified in Java Virtual Machine (JVM) command line when Java is started or as environment variables. These system properties are key-value pairs and can be retrieved using the getProperty method.
This will return the line separator used by the system.
Package library: `java.lang.System`
Java System.getProperty - 30 examples found. These are the top rated real world Java examples of java.util.System.getProperty extracted from open source projects. You can rate examples to help us improve the quality of examples.