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 |
What is the importance in context in JDBC connection pools?
What are the advantages of java inner classes?
how can u handle run time exception in java? explain with brief explanation with examples?
List methods available in Java Queue interface
What is difference in between java class and bean?
What is java virtual machine? Explain
class A { class B { psvm(String args[]) { } } } if the prg saved in A.java whats the o/p?
how to call One constructor from another;
What is the difference between sop and work instruction?
How to declare unique ArrayList ?
Is upper case in java?
How we can declare a static variable?