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

What is the difference between Error, defect,fault, failure and mistake?

0 Answers   HCL,


How do you find the absolute value?

0 Answers  


Can you declare a static variable in a method?

7 Answers  


Which class is used by server applications to obtain a port and listen for client requests?

0 Answers  


Which one will take more memory: an int or integer?

0 Answers  






What is java thread dump, how can we get java thread dump of a program?

0 Answers  


class A{ class B{ } } in which name u save the file,its the program compile?

6 Answers   HCL,


What is the parse method in java?

0 Answers  


Where are variables stored?

0 Answers  


What is the difference between array and arraylist? what is the difference between arraylist and linkedlist?

8 Answers   EDS, Matrix,


Is it safe to install java on my computer?

0 Answers  


Why should we create an object? what is a need of it? Apart from access members of a class i want what is a need of object what does it contain?? In normal class to access any member of thaht class we create object where as for static class we access its members using class name. what is a difference between them... thanks in advance.

1 Answers  


Categories