why in java first invoke public static void main(String args[])
method????Why not public static void method1(String args[])??
Answer / amit
Becuase the main(String args[]) need not to call by user it
will be call automatically And method1(String args[]) need to
call user.
Is This Answer Correct ? | 0 Yes | 0 No |
What is a linked list?
Difference between vector and array
Program to check whether a word starts with a capital letter or not.
what is object slicing?
What is the difference between an object and a class?
A file pointer always contains the __________ of the file
What is variable example?
What is encapsulation oop?
How do you achieve runtime polymorphism?
What do you mean by overloading?
what is mean by design pattern
What is constructor in oop?