Why is it called boolean?



Why is it called boolean?..

Answer / Suraj Kumar Nayak

The term 'Boolean' comes from the name of mathematician George Boole, who developed Boolean algebra, a mathematical system used to describe logic operations like AND, OR, and NOT. In Java, these logic operations are implemented using the boolean data type.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the importance in context in JDBC connection pools?

2 Answers   iFlex,


What are the advantages of java inner classes?

1 Answers  


how can u handle run time exception in java? explain with brief explanation with examples?

2 Answers   CTS,


List methods available in Java Queue interface

1 Answers  


What is difference in between java class and bean?

1 Answers  


What is java virtual machine? Explain

1 Answers  


class A { class B { psvm(String args[]) { } } } if the prg saved in A.java whats the o/p?

7 Answers   HCL, TCS,


how to call One constructor from another;

10 Answers   Innodata Isogen,


What is the difference between sop and work instruction?

1 Answers  


How to declare unique ArrayList ?

6 Answers   RMSI,


Is upper case in java?

1 Answers  


How we can declare a static variable?

1 Answers   HCL,


Categories