The boolean Keyword in java avails one of
the two values that are true and false.
Java have the boolean type so literal values true and false.
The boolean is a Java primitive type.
The default value for boolean field is false.
Syntact:
|
boolean valid = true;
|
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: The boolean Keyword
Post your Comment