Is delete, next, main, exit or null keyword in java?
Answer Posted / 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 View All Answers
What are identifiers in java?
What are the main concepts of oops in java?
Is zero a positive integer?
what is the difference between thread and runnable types? : Java thread
What is the difference between double and float variables in java?
What are the two basic ways in which classes that can be run as threads may be defined?
What is boolean in java?
What is the use of arrays tostring () in java?
Can a final variable be manipulated in java?
What is multiple inheritance? Is it supported by java?
What is the difference between == and === javascript?
What is the advantage of OOP in java?
What is java used for?
Is void a type?
List the three steps for creating an object for a class?