Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 abstraction oop?

1078


What are the 4 pillars of oop?

1138


What is abstraction example?

1092


What are the two different types of polymorphism?

1141


What is difference between pop and oop?

1158


What is polymorphism programming?

1120


What are the 5 oop principles?

1119


Write a c++ program to display pass and fail for three student using static member function

3387


What is object-oriented programming? Webopedia definition

1254


What is basic concept of oop?

1161


What is abstraction in oops with example?

1276


Which language is not a true object oriented programming language?

1126


Are polymorphisms mutations?

1155


Why do we need oop?

1183


Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer

2146