Answer the following statements true (T) or false (F)
1) A static variable represents class-wide information.
2) A program contains a copy of a static variable for each object that's
instantiated.
3) The Math class provides only methods.
4) Main is declared static so the execution environment can invoke Main
without creating an instance of the class.
1) T
2) F
3) F
4) T
Computer Science & Information Technology