Java Programming Fundamentals

Casual Mode - Take your time!

1 / 12
Correct
0
Incorrect
0
Score
0%
Multiple Choice

Suppose you want to define a class named Application1. This is the only class in the application. Which code completes the declaration of the class?

  1. class Application1
  2. public class Application1
  3. public static void Application1
  4. static Application1
Change Mode