VOOZH about

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

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


  • Java👁 Image
    Mary ZhengMarch 13th, 2025
    0 588

    IntelliJ IDEA Include External JAR Example

    1. Introduction IntelliJ IDEA is an integrated development environment (IDE) developed by JetBrains. Including external JAR is essential for various…

    Read More »
  • Core Java👁 spring-interview-questions-answers
    Mary ZhengFebruary 25th, 2025
    0 2,569

    PostgreSQL Hibernate 6 JSON Example

    1. Introduction Hibernate 6 enhances the Object-Relational Mapping(ORM) framework by supporting JSON Data types. In this example, I will create…

    Read More »
  • Java👁 Image
    Mary ZhengFebruary 19th, 2025
    0 508

    Remove Insignificant Zeros From a Numeric String Example

    1. Introduction Insignificant zeros refer to zeros that don’t affect the value of the number. In this example, I will…

    Read More »
  • Core Java👁 Image
    Mary ZhengFebruary 14th, 2025
    0 238

    Generate IPv4 Addresses From Numeric String Example

    1. Introduction Internet Protocol version 4 (IPv4) is a 32-bit number that consists of four 8-bit sections (octets). Each octet…

    Read More »
  • Java👁 Image
    Mary ZhengFebruary 4th, 2025
    0 1,907

    JMeter Results Analysis

    1. Introduction Apache JMeter is open-source software designed for performance testing and load testing of applications by simulating heavy traffic…

    Read More »
  • Core Java👁 Image
    Mary ZhengJanuary 29th, 2025
    0 295

    Fix the JsonMappingException – HashMap vs START_ARRAY token

    1. Introduction In this example. I will create a simple Java project that demonstrates how to fix the JsonMappingException problem:…

    Read More »
  • Core Java👁 Image
    Mary ZhengJanuary 24th, 2025
    0 2,803

    Explaining Advanced JVM Options

    1. Introduction The Java Virtual Machine (JVM) is highly customizable via its options. It includes basic configuration through standard options,…

    Read More »
  • Java👁 Image
    Mary ZhengJanuary 13th, 2025
    0 1,326

    Storing Date and Time in PostgreSQL Example

    1. Introduction Handling date and time values is an essential task, especially when dealing with systems that track events, transactions,…

    Read More »
  • Java👁 Image
    Mary ZhengJanuary 1st, 2025
    0 293

    Finding Max Difference Between Array Elements Example

    1. Introduction Finding the maximum difference between two elements in an array helps in optimization, decision-making, and analysis. For example,…

    Read More »
  • First
  • ...
  • «
  • 2
  • 3
  • 4
  • 5
  • 6
  • »
  • ...
  • Last
Back to top button
Close