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
Is intellij better than eclipse?
What is the exact difference in between Unicast and Multicast object? Where will it be used?
Describe the process as to how substring() methodology mechanisms in java.
Explain about anonymous inner classes in java?
How do you define a singleton class?
What is a finally block? Is there a case when finally will not execute?
Is char * a string?
What are the benefits of operations?
How variables are stored in memory?
What are the characteristics of java?
What is static synchronization?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
What are 3 data types?
What is data type modifier?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?