Skip links

  • Skip to primary navigation
  • Skip to content
  • Skip to footer
ηї☂їᾔ
  • Posts By Tag
  • Posts By Category
  • Posts By Year
  • About
    1. Home
    2. /
    3. Algorithms
    4. /
    5. Boolean

    Boolean

    less than 1 minute read

    Index

    • Boolean Wrapper vs primitive
      • Using arrays Fill

    Boolean Wrapper vs primitive

    String str = "undefined";
    //Handles null, str can be True, true to pass
    Boolean.valueOf(str)
    

    Checking if all values in Boolean Array is true. Comes handy as a utility while problem solving

    Using arrays Fill

    Tags: Java, Primitives, Utility

    Categories: Algorithms

    Updated: February 25, 2022

    Previous Next

    You may also enjoy

    Containerizing Spring Boot with Docker

    4 minute read

    Database Migration with Flyway

    3 minute read

    Resilience and Fault Tolerance with Resilience4J

    6 minute read

    Advanced Testing in Spring Boot

    4 minute read

    • Follow:
    • GitHub
    • Feed
    © 2025 Nitin K Chaurasia. Powered by Jekyll & Minimal Mistakes.