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 |
Why do we need hashset in java?
Are registers volatile?
What is the program compilation process?
How can we achieve thread safety in java?
What are keywords give examples?
When can you say a graph to be a tree?
What are format specifiers in java?
If circular link of two objects, then will it be garbage collected ?
Which characters are allowed to use as the second character of an identifier, and which characters are not allowed?
What is scope & storage allocation of global and extern variables? Explain with an example
What is the program development process?
Is this valid in java ? Can we instantiate interface in java?