Java Programming - Language Fundamentals - Discussion
Discussion Forum : Language Fundamentals - General Questions (Q.No. 2)
2.
Which one of these lists contains only Java programming language keywords?
Answer: Option
Explanation:
All the words in option B are among the 49 Java keywords. Although goto reserved as a keyword in Java, goto is not used and has no function.
Option A is wrong because the keyword for the primitive int starts 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 marked static and final.
Option E is wrong because "include" is a keyword in C, but not in Java.
Discussion:
62 comments Page 7 of 7.
Sundar said:
1 decade ago
@Tarun
You are wrong. Java has the keyword 'goto' (but not used).
Refer: http://en.wikipedia.org/wiki/List_of_Java_keywords
You are wrong. Java has the keyword 'goto' (but not used).
Refer: http://en.wikipedia.org/wiki/List_of_Java_keywords
Tarun said:
1 decade ago
Java does not have 'goto' key word.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers