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 the renewal class?
What is the benefit of oop?
Describe what an Interface is and how it?s different from a Class.
What is encapsulation?
What is R T T I ?
Write a C++ program to conduct an election of a mayor.Declare a class ELECTION With the following specification: Data member: Name 25 character Age Integer symbol 1 character Member functions: To accept data for 20 contestant To accept symbol as voting from 100 voters. To declare the winner and the loser.
1 Answers Global Academy, Infotech,
What do you mean by stack program? Get me an example stack program?
What normal C constructs work differently in C++?
What are the benefits of oop?
What are main features of oop?
What is oops and its features?
What is difference between new and malloc?