Question: 1 2 3- public class java { 4 5 public static Long myMethod(){ // Look at the Long keyword here. 6 7 // Make a

1 2 3- public class java { 4 5 public static Long myMethod(){ // Look at the "Long" keyword here. 6 7 // Make a "Long" object here. Assign it the value from System's currentTimeMillis(); 8 9 10 System.out.println("We're measuring the time on the VPL computer."); 11 System.out.println("It's currently + timeLongInteger + in milliseconds."); 12 System.out.println("That's the number of milliseconds since 1970."); 13 14 return // what goes here?; 15 16 } 17 11 11 18 }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
