Write a class named Acc1 containing no constructors, methods, or instance variables. (Note, the last character of the classname is “one” not “ell”.)
LANGUAGE: JAVA
CHALLENGE:
Write a class named Acc1 containing no constructors, methods, or instance variables. (Note, the last character of the classname is “one” not “ell”.)
SOLUTION:
public class Acc1{}