Multiple choice

Which of the following is a valid keyword in Java?

  1. Float

  2. Interface

  3. String

  4. Unsigned

  5. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

An interface in the Java programming language is an abstract type that is used to specify an interface (in the generic sense of the term) that classes must implement.