What is the default initialized value of a boolean type
variable?

Answers were Sorted based on User's Feedback



What is the default initialized value of a boolean type variable?..

Answer / niranjanravi

false

Is This Answer Correct ?    7 Yes 0 No

What is the default initialized value of a boolean type variable?..

Answer / guest

false

Is This Answer Correct ?    7 Yes 0 No

What is the default initialized value of a boolean type variable?..

Answer / ravikiran(aptech mumbai)

false

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the difference between ArrayList and Vector? which one is better in Java

0 Answers   SkillGun Technologies,


How will you print number in reverse (descending) order in BST.

0 Answers   GrapeCity,


What is the difference between path and classpath variables?

0 Answers  


What is the difference between a switch statement and an if statement?

0 Answers  


What is the difference between arraylist and hashset in java?

0 Answers  


What is general methodology?

0 Answers  


What is the purpose of a parameter?

0 Answers  


Define iterator and methods in iterator?

0 Answers  


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

0 Answers  


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

0 Answers  


String is an immutable object. Then how can the following code be justified. String s1 = ?ABC?; String s1 = s1+?XYZ?; s.o.p(s1); The output is ABCXYZ, which is the value of s1 ?

6 Answers   Flextronics, Keane India Ltd,


What is meant by final class?

0 Answers  


Categories