WEEK 1 LESSON 1 QUIZE
Q.1: Which of the following are legal entry point methods that can be run from the command line? A) 1. public final static void main(String[] args) 2. public static void main(String[] args) Q.2: Given the following classes, which of the…
