Category: Lessons

  • byte

    In Java, a byte is a primitive data type that represents whole numbers. It is 8 bits in size (1 byte of memory) and can…

    Read more: byte
  • char

    In Java, the char primitive type represents a single character. It can store letters, digits, and symbols using unicode, and occupies 2 bytes of memory.…

    Read more: char

This site builds beginner confidence through fundamental coding concepts and regular practice. Java is the primary language, but the techniques apply across all programming languages.

Learn. Practice. Master

Categories