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
Why is stringbuffer faster than string?
What is the purpose of the file class in java programming?
What does regex mean?
What is meant by interface?
How do you generate random numbers in java?
What is the program development process?
What do you understand by the bean persistent property?
What is string subsequence method?
What is the memory leak in java?
Can string be considered as a keyword?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
What are passing parameters?
What is the main purpose of serialization in java?
Explain the difference between serializable and externalizable in java?
Can we declare a class as static?