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 for each loop is used?
What do heavy weight components mean in java programming?
Why java is call by value?
What is jdbc api?
What is difference between equal and == in java?
How to sort elements in a parallel array in java?
what is nested class in java?
What is the purpose of a default constructor?
How many arguments can be passed to main ()?
What is the range of the short type?
Can a class be final?
What is canonical name in java?
What is OOP Language?
What is the purpose of assert keyword used in jdk1.4.x?
Can we nested try statements in java?