What is bool mean?



What is bool mean?..

Answer / Dhiresh Kumar

"bool is a short form of boolean, a data type in Java that can have two values: true or false"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

How many types of packages are there in Java?

5 Answers  


what is nested class in java?

1 Answers   IBS,


What is the differnence between String Buffer and String builder despite having knowledge that String builder is faster than String Buffer and last one is threadsafe.please tell another important difference.

3 Answers   IBM,


what Data encapsulation in java?

5 Answers  


what is check p object in java

1 Answers   TCS,


What is variable and constant explain with example?

1 Answers  


What is the difference between a public and a non-public class?

2 Answers  


What are the differences between forwarding () method and sendredirect() methods?

1 Answers  


What is the point of polymorphism java?

1 Answers  


class test { private static void main(String []adsf) { } } explain me that the above code is error or exception

3 Answers  


Does sprintf allocate memory?

1 Answers  


What is difference between string and new string?

1 Answers  


Categories