What are the differences among bool, boolean and Boolean in Java/Android?
What are the differences among bool, boolean and Boolean in Java/Android?
boolean is a primitive boolean type and occupies less memory. Boolean is the wrapper object for a boolean which introduced in JDK 1.5.