Write the definition of a class clock. the class has no constructors and three instance variables. one is of type int called hou
rs, initialized to 12, another is of type boolean called isticking, and the last one is of type integer called diff. instructor notes: recall that you can initialize an instance variable on the same line that you declare it.
<span>The definition of a class clock. the class has no constructors and three instance variables. one is of type int called hours, initialized to 12, another is of type boolean called isticking, and the last one is of type integer called diff. </span><span> public class Clock {private int hours = 12; private boolean isTicking; private Integer diff;}</span>
Unless you share the backup HD only the local user is going to see it. Given that it's a server, it's not a problem. You can also hide the backup with attributes +h +s and many other ways.