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


Please Help Members By Posting Answers For Below Questions

What is coupling in oops?

592


What are properties in oop?

606


Prepare me a program for the animation of train

1993


what's the basic's in dot net

1734


write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory

2752






What are the important components of cohesion?

550


Why do we use inheritance?

628


what is the 3 types of system development life cycle

2431


What is the difference between abstraction and polymorphism?

610


What is polymorphism explain?

682


What are functions in oop?

582


write knight tour problem which is present in datastructure

2160


Why polymorphism is used in oops?

579


explain sub-type and sub class? atleast u have differ it into 4 points?

1830


Why do we use class?

633