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 / nav dev

boolean a=true;
while(a)
{
//here a should be boolean type
System.out.println(a);
}

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between postfix and prefix operators in java.

1078


What is incompatible types in java?

985


How can we make sure main() is the last thread to finish in java program?

1143


What is the default value of float and double datatype in java?

955


What is the latest java version?

1009


define the terminology association.

1048


What is entry set in java?

1027


whar are the draw backs of programming lang step by step in Clang and next in C++ and next and in Java nad in .Net

2059


Is char * a string?

934


What is the list interface?

1039


How do you check if a string contains only numeric digits?

1066


What are the states of thread in java?

918


Explain public static void main(string args[]) in java.

931


How do you break a loop?

927


Can Exception handling we can handle multiple catch blocks?

978