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 / naga

yes,we can write and run a java program without using the
main method.
i.e By using static

example program...!

public void static( )
public class
{
public void static( )
{
System.out.println( "Without main method" );
System.exit(0);
}
}

Is This Answer Correct ?    23 Yes 22 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we clone singleton object in java?

1011


Is string a class in java?

974


What is the difference between static and global variables and also define what are volatile variables?

1042


How do you replace a string in java?

1001


Why Java doesn’t support multiple inheritance?

1034


Can you write a java class that could be used both as an applet as well as an application?

952


What is the use of isempty in java?

1013


What are the 3 types of loops in java?

1069


write a program that list all permutations of ABCDEF in which A appears before B?

2480


What is the default access specifier for variables and methods of a class?

1198


Is this valid in java ? Can we instantiate interface in java?

965


How do you identify independent and dependent variables?

1004


Is null a keyword in java?

967


What language is java written?

1010


What is a pattern what is an anti pattern?

964