We Don't know JAVA #EP8 Interface static method
Sep 20, 2022 · 2 min read · 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...
Join discussion



