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 is the difference between processes and threads?
Can we define constructor in inner class?
How do you use nextline in java?
What do you mean by Function Overloading in java?
What is an i/o filter?
What is the purpose of finalization in java programming?
How do you convert an int to a double in java?
How do you escape in java?
Explain differences between checked and unchecked exceptions in java?
What is method overloading with type promotion?
What is meant by object?
What is the use of math abs in java?
Can we have multiple public classes in a java source file?
What are the major drawbacks of external iteration?
Which method must be implemented by all threads?