Using System.getProperty as a condition
Is it OK to use xxx.equals(System.getProperty(key)) as a condition? Or Am I supposed to use the properties for some other purposes? I have been reading these; http://download.oracle.com/javase/…
Online Free Tutorials Guruji Guide & Materials – Solved Questions Answers
Is it OK to use xxx.equals(System.getProperty(key)) as a condition? Or Am I supposed to use the properties for some other purposes? I have been reading these; http://download.oracle.com/javase/…