VOOZH about

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

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


  • Core Java👁 Image
    Mary ZhengDecember 30th, 2024
    0 392

    Remove Non-alphabetic Characters From String Array Example

    1. Introduction Removing non-alphabetic characters from a string is useful for an application that includes text search, match, and analysis.…

    Read More »
  • Java👁 Image
    Mary ZhengDecember 20th, 2024
    0 1,617

    Understanding Ramp-up Setting in JMeter

    1. Introduction Apache JMeter is an open-source software designed for performance testing and load testing of applications. The load testing…

    Read More »
  • Core Java👁 Image
    Mary ZhengDecember 10th, 2024
    0 1,078

    @MapsId Annotation Example

    1. Introduction The @MapsId annotation provided by JPA 2.0 is used to map a foreign key in a one-to-one or…

    Read More »
  • Core Java👁 Image
    Mary ZhengDecember 3rd, 2024
    0 931

    Assert Collection of JSON Objects Ignoring Order Example

    1. Introduction JavaScript Object Notation (JSON) is a text-based format for storing and transporting data. In this example, I will…

    Read More »
  • Core Java👁 Image
    Mary ZhengNovember 22nd, 2024
    0 584

    Insert a Number Into a Sorted Array Example

    1. Introduction Manipulating sorted arrays is a common requirement in Java applications that maintain ordered collections either for efficient retrieval…

    Read More »
  • Core Java👁 Image
    Mary ZhengNovember 13th, 2024
    0 1,440

    Optional Fields in JPA Entity Example

    1. Introduction JPA Entity can have optional fields as not every data is needed for every operation. In this example,…

    Read More »
  • Core Java👁 Image
    Mary ZhengNovember 5th, 2024
    0 531

    Hibernate @TimeZoneStorage Example

    1. Introduction Hibernate 6 introduces TimeZoneStorage annotation that specifies how the time zone information of a persistent property or field…

    Read More »
  • Core Java👁 Image
    Mary ZhengOctober 31st, 2024
    0 344

    Calling Getclass From a Static Context Example

    1. Introduction In Java, the static keyword may be applied to an inner class (a class defined within another class),…

    Read More »
  • Core Java👁 Image
    Mary ZhengOctober 25th, 2024
    0 1,285

    AssertJ Ignore Fields Comparison Example

    1. Introduction AssertJ is a fluent assertion library for Java. It’s open-source and supported by the AssertJ team under Apache…

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