Q. What is the use of Access modifier "pubic" in Java language? (A) To hide the main method from misuse (B) To call the main method outside of Class or Package by JVM (C) To protect main method (D) None of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) To call the main method outside of Class or Package by JVM