What is a Security manager

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 3101

This topic has not yet been written. The content below is from the topic description.
an installed java.lang.SecurityManager. In Java, certain security sensitive system calls, e.g., java.io.File.exists(), java.lang.Class.getClassLoader(), and java.lang.System.getProperty(), consult a SecurityManager, if one has been installed, to determine if the calling code has permission to execute the action performed by the method.