Multiple choice technology programming languages

4 Which of the following are the java keywords?

    1. final
    1. Abstract
    1. Long
    1. static
Reveal answer Fill a bubble to check yourself
A,D Correct answer
Explanation

In Java, 'final' and 'static' are reserved keywords (all lowercase). 'Abstract' and 'Long' are not keywords; they are the capitalized names of a class or would be keywords only if lowercase ('abstract', 'long').