Answer Posted / ravikiran(aptech mumbai)
public-this method is accessible in all the classes
static-this method is called before creation of any instance
void-this method doesn't return any thing
main-Is the name of the method
| Is This Answer Correct ? | 58 Yes | 19 No |
Post New Answer View All Answers
Explain notify() method of object class ?
why java does not support unsigned keyword?
How to declare an arraylist in java?
What does singleton class mean?
Can an integer be a string?
How do I start learning java?
How can u increase the heap size in the memory?
What is a jagged array in java?
What is a bufferedreader?
When can we say that threads are not lightweight process in java?
What are the different collection views provided by maps?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
What is the significance of listiterator?
Can we override the static method?
What is unmodifiable list in java?