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

    The Five Dysfunctions of a Team

    less than 1 minute read

    Recursive Backtracking - Dynamic Programming - Grids

    2 minute read

    Recursive Backtracking - Combinations

    2 minute read

    Recursive Backtracking - Step by Step Guide

    11 minute read

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