JAVA
Why are these two snippets of code identical from the point of view of the compiler? (1 mark) //snippet 1 public static void main(String[] args ) { System.out.println ( "Hi!" ); } //snippet 2 public static void main(String[] args) { System.out.println("Hi!"); }
Why are these two snippets of code identical from the point of view of the compiler? (1 mark) //snippet 1 public static
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Why are these two snippets of code identical from the point of view of the compiler? (1 mark) //snippet 1 public static
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!