What are keywords in java?



What are keywords in java?..

Answer / Jogender Singh

"In Java, keywords are reserved words that have special meaning and cannot be used as variable or function names. Examples include abstract, continue, for, new, return, void, while."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What are wrapped classes in java programming?

1 Answers  


Write a java program for binary search?

1 Answers  


What is “try and catch” in java

5 Answers   Cap Gemini, TCS,


how to create daemon thread in java?

1 Answers  


how to transactions(Bank transactions) in business process in ejb?

1 Answers   Photon,


What are the advantages of passing this into a method instead of the current class object itself?

1 Answers  


Hi, This is ravi i have a question like this i have string "UNDERSTAND" now i want to count the letters how many times it occures.i.e from the above string the out put should be like this U-1,N-2,D-2,E-1,R-1,S-1,T-1,A-1. how can i achieve this Thnaks in advance for your response ..

7 Answers  


Difference between serialization and deserialization in java?

1 Answers  


What is the blank final variable?

3 Answers  


What is static binding and where it occurs?

4 Answers  


What is the use of volatile in java?

1 Answers  


How does a for loop work?

1 Answers  


Categories