<AptiCode/>

Question 723: Which one of these lists contains only Java programming language keywords?

tcs
wipro
infosys
general
aptitude
language-fundamentals
java-programming

All the words in option B are among the 49 Java keywords. Althoughgotoreserved as a keyword in Java,gotois not used and has no function.Option A is wrong because the keyword for the primitiveintstarts with a lowercase i.Option C is wrong because "virtual" is a keyword in C++, but not Java.Option D is wrong because "constant" is not a keyword. Constants in Java are markedstaticandfinal.Option E is wrong because "include" is a keyword in C, but not in Java.