VOOZH about

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

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


  • Enterprise Java👁 Image
    Mary ZhengOctober 17th, 2024
    0 434

    Spring Data DynamicInsert Annotation Example

    1. Introduction Spring Data JPA supports common JPA providers, e.g. Hibernate, EclipseLink, etc. Hibernate pre-generates and caches static SQL insert…

    Read More »
  • Enterprise Java👁 Image
    Mary ZhengOctober 8th, 2024
    0 902

    Find Nested Key via Jackson Example

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

    Read More »
  • Core Java👁 Image
    Mary ZhengOctober 7th, 2024
    0 330

    String and StringBuilder Converting Example

    1. Introduction Java String class is from the java.lang package and represents a sequence of characters and it’s immutable. The…

    Read More »
  • Core Java👁 Image
    Mary ZhengSeptember 30th, 2024
    0 309

    Select Value From Dropdown Using Selenium Webdriver Example

    1. Introduction Selenium is an open-source testing framework for web applications. It supports common web browsers. For example, Selenium supports Google…

    Read More »
  • Core Java👁 Image
    Mary ZhengSeptember 23rd, 2024
    0 660

    Check Array Is Null or Empty Example

    1. Introduction An array is a data structure that holds a fixed number of elements with the same data type.…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Mary ZhengSeptember 16th, 2024
    0 1,111

    Spring Validator Validation Example

    1. Introduction Spring Validation Framework includes the Validator interface that handles data validation. It is used to implement custom validation…

    Read More »
  • Core Java👁 java-interview-questions-answers
    Mary ZhengSeptember 9th, 2024
    0 787

    JPA Inheritance vs Composition Spring Boot Example

    1. Introduction Inheritance is an “IS-A” type of relationship in object-oriented programming (OOP). Inheritance is tightly coupled since child classes…

    Read More »
  • Core Java👁 Image
    Mary ZhengJuly 15th, 2024
    0 589

    Convert Optional to ArrayList

    1. Introduction Java 8 introduced the java.util.Optional class to represent a value that may or may not be present to…

    Read More »
  • Core Java👁 Image
    Mary ZhengJuly 8th, 2024
    0 779

    Convert Short to Byte Array

    1. Introduction Converting a short value to a byte array is a common task when dealing with binary data. In…

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