class Output { public static void main(String args[]) { for (String arg : args) { System.out.print(arg); } } }
a) This
b) java Output This is a command Line
c) This is a command Line
d) Compilation Error
What will be the output of the following Java program, Command line execution is done as – java Output “This is a comman
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What will be the output of the following Java program, Command line execution is done as – java Output “This is a comman
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!