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 2 of 7.
Avinash hake said:
8 years ago
goto is not used in Java.
Manish mrityunjay said:
8 years ago
The answer should be A because goto is a key word but not use in java.
Jayesh said:
8 years ago
If instances of, native are keywords then when we use in our Java programs.
Vishnu said:
8 years ago
When we use "volatile" and "transient" in Java?
Prashant said:
8 years ago
But goto is also used in C. So this is the wrong option.
Sudeshna Sarkar said:
8 years ago
Is it necessary to know all the names of the 49 java keywords?
Krishna patel said:
8 years ago
The, What about volatile?
Suman said:
9 years ago
Why goto keyword is not used?
Deepak kumar J said:
9 years ago
When goto keyword used in Java.
Premchand said:
9 years ago
Java has goto keyword but not in use.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers