← Back to Users
gr8deevo's activity in the archive.
getBoolean(String name) Returns true if and only if the system property named by the argument exists and is equal to the string "true".
What does system properties have to do with a primative class in java ??
Easy solution is to create a new Boolean from a string and use getBooleanValue to get it's value.
getBoolean(String name) Returns true if and only if the system property named by the argument exists and is equal to the string "true".
What does system properties have to do with a primative class in java ??
Easy solution is to create a new Boolean from a string and use getBooleanValue to get it's value.