Write a Java program to check whether a security manager has already been established for the current application or no
import java.lang.*; public class Exercise89 { public static void main(String[] args) { System.out.println("System security interface:"); System.out.println(System.getSecurityManager()); } }
Sample Output:
System security interface: null
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Sample Output:
need an explanation for this answer? contact us directly to get an explanation for this answer