Answer Posted / saravanan.v
Java is a object oriented language.So even main method also should be written inside a class name main class.So main method should be called WITHOUT CREATING OBJECT for main class.For this purpose, it is declared as static.
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the principle concepts of oops?
What is a generic code?
What is a control variable example?
What is immutable state?
Is 0 true or is 1 true?
What is a Transient Object?
What is meant by nested loop?
What are the differences between Java 1.0 and Java 2.0?
Is array primitive data type in java?
What are keywords and reserved words in java?
What are internal and external variables?
List out benefits of object oriented programming language?
How to create a base64 decoder in java8?
Is int primitive data type?
What is finalize()?