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 / sukale shobha balshiram

int a=0;
while(a+1)
{
System.out.println(a);
}

Is This Answer Correct ?    4 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of voids are there?

1022


How many types of design patterns are there?

1165


Can you explain the private protected field modifier?

1073


What is an off by one error in java?

997


Is java jre still free?

1004


Is java se free?

990


Why declare Main() inside the class in java ?

1114


How do you override a variable in java?

1234


What does s mean in regex?

1066


How many java versions are there?

1115


What do you mean by local class?

1050


How to invoke external process in java.

1126


Explain all java features with real time examples

1759


Explain different types of thread priorities ?

1132


When can we say that threads are not lightweight process in java?

1207