Write a Java program to check whether a security manager has already been established for the current application or no
- برمجة
- برمجة جافا
- 2021-05-01
- razanmazen8711884270
الأجوبة
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
أسئلة مشابهة
القوائم الدراسية التي ينتمي لها السؤال