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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!