Search Interview Questions | Click here and help us by providing the answer. Click Correct / Improve and please let us know. |
|
|||
|
| ||||
| Core Java - Interview Questions and Answers for 'Boolean' - 4 question(s) found - Order By Newest | ||||
| ||||
| Ans. boolean is a primitive type whereas Boolean is a class. | ||||
| ||||
| Ans. The default value of the boolean type is false. | ||||
| Ans. http://www.buggybread.com/2015/01/java-data-types-double-classes-and_31.html | ||||
| ||||
| Ans. toString() is an overloaded method of String class that is used to convert many data types to String, Boolean being one of them. toString(Boolean bool) | ||||