Mockwarriors Basic Java Topic Test4
Mockwarriors Basic Java Topic Test4
Telegram- @Mockwarriors_itexam
Q8. What is the output of the following code:
class MockWarriors{
{
System.out.println("Finally Joined Our Community");
}
public static void main(String args[]) {
}
}
a) Finally Joined Our Community
b) no output
c) Run Time Error
d) Compilation Error
a) Only 2
b) Both 1 and 2
c) Both 1, 2 and 4
d) Only 3