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 |
What is a Java Virtual Machine?
Why is a string immutable?
Why is singleton not thread safe?
What is a Presistent Object?
0 Answers InfoAxon Technologies,
Why should we use singleton pattern instead of static class?
What is the reason behind using constructors and destructors?
What is a local class in java?
Why doesn't the java library use a randomized version of quicksort?
Define interface in java?
What is string pool?
java program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.
Can we change the value of static variable?