Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Java
10.8K+ articles
Java-Functions
4.2K+ articles
Java Programs
2.0K+ articles
Java - util package
1.6K+ articles
java-guava
153+ articles
Java-String-Programs
148+ articles
Java-Boolean
6 posts
Recent Articles
Popular Articles
Boolean equals() method in Java with examples
Last Updated: 09 October 2018
The equals() method of Boolean class is a built in method of Java which is used check equality of two Boolean object.Syntax:BooleanObject.equals(Object ob)Parameter: It ta...
read more
Java
Java - util package
Java-Functions
Java-Boolean
Boolean hashCode() method in Java with examples
Last Updated: 08 October 2018
The hashCode() method of Boolean class is a built in method to return a int hashcode value corresponding to the Boolean object. SyntaxBooleanObject.hashCode()Return Type: ...
read more
Java
Java - util package
Java-Functions
Java-Boolean
Java Guava | Booleans.compare() method with Examples
Last Updated: 30 January 2019
The compare() method of Booleans Class in the Guava library is used to compare the two specified boolean values. These values are passed as the parameter and the result of...
read more
Java
java-guava
Java-Boolean
Java Guava | Booleans.concat() method with Examples
Last Updated: 30 January 2019
The concat() method of Booleans Class in the Guava library is used to concatenate the values of many arrays into a single array. These boolean arrays to be concatenated ar...
read more
Java
java-guava
Java-Boolean
Java Guava | Booleans.contains() method with Examples
Last Updated: 30 January 2019
The contains() method of Booleans Class in Guava library is used to check if a specified value is present in the specified array of boolean values. The boolean value to be...
read more
Java
Java-Functions
java-guava
Java-Boolean
Java Program to Convert String to boolean
Last Updated: 21 November 2024
In Java, to convert a string to a Boolean, we can use Boolean.parseBoolean(string) to convert a string to a primitive Boolean, or Boolean.valueOf(string) to convert it to ...
read more
Java
Java Programs
DSA
Java-Boolean
Java-String-Programs
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !