Multiple choice technology programming languages 4 Which of the following are the java keywords? final Abstract Long 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').