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


To what value is a variable of the Boolean type
automatically initialized?

Answers were Sorted based on User's Feedback



To what value is a variable of the Boolean type automatically initialized?..

Answer / bindhu

false

Is This Answer Correct ?    10 Yes 0 No

To what value is a variable of the Boolean type automatically initialized?..

Answer / harikrishna

a variable of the Boolean type
automatically initialized to false

Is This Answer Correct ?    10 Yes 0 No

To what value is a variable of the Boolean type automatically initialized?..

Answer / ravikiran

false

Is This Answer Correct ?    9 Yes 0 No

Post New Answer

More Core Java Interview Questions

Is it possible to write JAVA program without including any of the packages,such as "import java.io.*"; bcoz I instantly wrote a code without "import..." statement and runned the program on command Line & it worked. the code is: class Person { String name; int age; Person(String s,int a) { name = s; age = a; } accept() { System.out.println(name+"Hi!!!!!"); System.out.println(age); } } class Demo { public static void main(Strings args[])throws IOException { String name = args[0]; int age = Integer.parseInt(args[1]); Person p = new Person(name,age); p.accept(); } }

3 Answers  


What is boolean keyword in java?

0 Answers  


Can list be null in java?

0 Answers  


What is byte data type?

0 Answers  


What is square root in java?

0 Answers  


What are field variable and local variable?

3 Answers  


what is singlton class?where it is use in real time senario.

1 Answers   Wipro,


Advantages of Inheritance in java.

11 Answers   CybAge, HCL,


What are the standards to place package statement within a source code file?

1 Answers  


Define an applet in java?

0 Answers  


What is skeleton and stub? What is the purpose of those?

0 Answers  


what are abstract functions?

0 Answers  


Categories