What are the system properties that applets are allowed to read by default? The following are the system properties that Java applets read by default with System.getProperty() method:
- java.version - java.vendor - java.vendor.url - java.class.version - os.name - os.arch - os.version - file.separator - path.separator - line.separator
|