Guess The Answer First interface Main{ public static void main(String ... args){ System.out.println("EP8"); } } Options 1. EP8 will be printed 2. Nothing will be printed 3. Compile Time Error 4. Runtime Error Answer: EP8 will be prin...
hritik.hashnode.dev2 min read
No responses yet.