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

Infinite loop using while ?

Answer Posted / nitin

int a=5;
while(a)
{
System.out.println(a);
}

or

while(true)
{
System.out.println("true");
}

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of void class?

1109


What does a boolean method return?

1300


Why method overriding is used?

1158


How many days will it take to learn java?

975


What do you mean by scope of variable?

938


Explain different types of thread priorities ?

1132


Explain different ways of creating a thread?

1113


What are autoboxing and unboxing? When does it occur?

1014


What are peerless components in java programming?

1061


What is the difference between serializable and externalizable interfaces?

1168


Differences between external iteration and internal iteration?

1210


What is java argument list?

979


What is a pointer and does java support pointers?

1057


how to prepare for IT Officers Interview in Banks

2017


Why java is said to be pass-by-value ?

1080