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 |
Difference between overloading and overridding?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
What are autoboxing and unboxing? When does it occur?
What is one third plus one third as a fraction?
What happens if we override only equals?
Write the code for Palindrome ?
Explain the concept of polymorphism with examples?
How can we get one Interface methods whit out using implementation of interface
Name four container classes.
Why java applets are more useful for intranets as compared to internet?
How do you check if a string is lexicographically in java?
What is java autoboxing?