why in java first invoke public static void main(String args[])
method????Why not public static void method1(String args[])??
Answer Posted / 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 |
Post New Answer View All Answers
What is inheritance write a program to show use of inheritance?
write a C++ program for booking using constructor and destructor.
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is the highest level of cohesion?
What are functions in oop?
how to get the oracle certification? send me the answer
Why do we use inheritance?
What is oops in simple words?
What is multilevel inheritance in oop?
What is polymorphism explain its types?
What is overriding in oop?
What is inheritance in simple words?
Why we use classes in oop?
How can you overcome the diamond problem in inheritance?
What are the 3 principles of oop?