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 applet security manager, and what does it provide?
Explain importance of throws keyword in java?
What is static import in java?
What is increment in java?
How does java pattern compile work?
Is cout buffered?
Explain about main thread in java?
What are the advantages of java?
how would you implement a thread pool? : Java thread
What are the differences between throw and throws?
Is hashmap thread safe?
How do you use wildcards?
How many bytes is a url?
How do you get length in java?
Why declare Main() inside the class in java ?