Page 1 of 1

Which of the following is true about Java system properties?

Posted: Wed Jul 13, 2022 7:46 pm
by answerhappygod
a) Java system properties are accessible by any process
b) Java system properties are accessible by processes they are added to
c) Java system properties are retrieved by System.getenv()
d) Java system properties are set by System.setenv()