Is delete, next, main, exit or null keyword in java?



Is delete, next, main, exit or null keyword in java?..

Answer / rk_237

null is the keyword in Java

where as main () ,next() and exit() ,delete() are methods.

Is This Answer Correct ?    6 Yes 6 No

Post New Answer

More Core Java Interview Questions

Can a static class implement an interface?

0 Answers  


What is the purpose of the return statement?

0 Answers  


Difference between Interface & Abstract class?

5 Answers  


is there a separate stack for each thread in java? : Java thread

0 Answers  


Convert Binary tree to linked list.

0 Answers   Amazon,






What are meta-annotations?

0 Answers   Cyient,


What happens to a static var that is defined within a method of a class?

0 Answers  


Variable of the boolean type is automatically initialized as?

0 Answers  


Explain the importance of finally block in java?

0 Answers  


what are the different non-access specifiers in java?

5 Answers  


What is a type parameter in java?

0 Answers  


What are green threads in java?

0 Answers  


Categories