Answer Posted / chaithanya
main method is called by JVM.without creating the object we are calling main.that's what it is declared Static.
static nothing but without creating the object,we can call that method
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are internal variables?
What is basic syntax?
What are the properties of thread?
How do you create immutable object in java?
Enlist diffrent types of inheritance supported by java?
Can a class be private in java?
Write a program in java to create a doubly linked list containing n nodes.
What do you mean by ternary operator in java?
What is private public protected in java?
What is set and get methods in java?
What is compareto?
Mention some features of java?
What does string [] args mean?
What is a pointer and does java support pointers?
Is map sorted in java?