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 multithreading and its advantages?
Can a class extend abstract class or interface? why
Why is sizeof not a function?
What is function and method in java?
In C we use only compiler. Why java uses both compiler and interpreter? What is its significance?
What do you mean by aggregation?
Why is it called a string?
write a program to create an arraylist with string(add,remove) operation.and value should be enter through keyboard.
how many types of Inheritance?
what is the use of abstract class and interface with example?
2 Answers Cycore, DNS, Technoram,
Difference between Applet & Application?
how can we synchronize Hash map?