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...

could you run the java program without main method?

Answer Posted / a.d. vijaykumaran

Yes. static is powerful word in java because of within
static block inside we can define statement and then
System.exit(0); use this to avoid runtime error main thread
exception error.
class Beatme //we can use any abstract class or interface
{
static // we can't do throws Exception
{
System.out.println("A.D.Vijaykumaran");
System.exit(0);
}
}

and one disadvantage above the program as doesn't
define "System defined Exception r throws Exception" .

Is This Answer Correct ?    13 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is server side caching?

2104


What is the longest unicode character?

1105


How objects of a class are created if no constructor is defined in the class?

1026


Can we override data members in java?

1092


what is ststic with example

2011


Can an anonymous class be declared as implementing an interface and extending a class in java programming?

1187


How do you remove all elements from an arraylist in java?

958


What is a package in java? List down various advantages of packages.

1210


What is the difference between length and length () in java?

891


How define set in java?

1000


What is primitive data type in java?

918


How do I know if java is installed?

1025


Can a constructor have different name than a class name in java?

1097


List the different types of classloaders in java.

932


What are recursive functions?

993