Question: Consider the following class: public class Sample f int var -O; public static void writeMe(String string) f System.out.println (string); What is the result of executing
Consider the following class: public class Sample f int var -O; public static void writeMe(String string) f System.out.println ("string"); What is the result of executing the following? Sample.writeMe('hello"); 1) This is not a legal call, because there is no instance variables. 2) hello
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
