VOOZH about

URL: https://www.javacodegeeks.com/author/mary-zheng/page/8

⇱ Mary Zheng, Author at Java Code Geeks - Page 8 of 9


  • Enterprise Java👁 Image
    Mary ZhengMay 27th, 2024
    0 1,601

    Hibernate Subselect Annotation

    1. Introduction Hibernate is an open source object relational mapping (ORM) tool that provides a framework to map object-oriented domain…

    Read More »
  • Core Java👁 Image
    Mary ZhengMay 27th, 2024
    0 4,092

    Include null Value in JSON Serialization

    1. Introduction JavaScript Object Notation (JSON) is text-based data format that is easy for humans to read and write and…

    Read More »
  • Core Java👁 Image
    Mary ZhengMay 21st, 2024
    0 637

    Java Arrays Tutorial

    1. Introduction In computer programming, an array is a collection of items stored in contiguous memory locations. In Java, an…

    Read More »
  • Core Java👁 Image
    Mary ZhengMay 20th, 2024
    0 620

    A Guide To Jackson-jr Library

    1. Introduction JavaScript Object Notation (JSON) is a text-based format for storing and exchanging data. It’s commonly used by web…

    Read More »
  • Core Java👁 Image
    Mary ZhengMay 17th, 2024
    0 4,199

    Converting UTF-8 to ISO-8859-1

    1. Introduction ISO 8859 is an eight-bit extension to ASCII developed by the International Organization for Standardization (ISO). ISO 8859…

    Read More »
  • Core Java👁 Image
    Mary ZhengMay 15th, 2024
    0 496

    Normalize End Of Line Character

    1. Introduction An end-of-line (EOL) character is a special character that marks the end of a line in a text…

    Read More »
  • Core Java👁 Image
    Mary ZhengMay 13th, 2024
    0 1,045

    Add Elements to an Immutable List

    1. Introduction In Java, immutable objects are designed to have their state remain unchanged throughout their lifetime to ensure thread…

    Read More »
  • Core Java👁 Image
    Mary ZhengMay 13th, 2024
    0 1,514

    Read a .gz File via GZIPInputStream

    1. Introduction GZIP, short for GNU Zip, is a compression technology used for transferring data over the internet. Java built-in…

    Read More »
  • Core Java👁 Image
    Mary ZhengMay 8th, 2024
    0 968

    Flatten a Stream of Maps to a Single Map in Java

    1. Overview Working with streams of data has become a common task in Java development since Java 8. Often, these…

    Read More »
  • First
  • ...
  • «
  • 5
  • 6
  • 7
  • 8
  • 9
  • »
Back to top button
Close