VOOZH about

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

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


  • Enterprise Java👁 Image
    Mary ZhengSeptember 23rd, 2025
    0 1,820

    Memory Usage Optimization In Spring Boot

    1. Introduction A basic Spring Boot application with an embedded Tomcat server would consume 100 MB of memory when launched.…

    Read More »
  • Core Java👁 Image
    Mary ZhengSeptember 17th, 2025
    0 505

    Java Reflection: BeanUtils vs PropertyDescriptor

    1. Introduction Java reflection Beans Property API and Apache Commons BeanUtils are two APIs that provide Beans Property APIs to…

    Read More »
  • Core Java👁 Image
    Mary ZhengSeptember 16th, 2025
    0 322

    Find Null or Empty Strings in a Java List Example

    1. Introduction Finding Null or empty Strings in a Java List is a common operation because a list can contain…

    Read More »
  • Core Java👁 Image
    Mary ZhengSeptember 5th, 2025
    1 756

    Object-Oriented Design Patterns with Java

    1. Introduction Object-Oriented Design Patterns came out from software engineers recognizing recurring problems and formalizing solutions as reusable, named patterns.…

    Read More »
  • Software Development👁 Image
    Mary ZhengAugust 19th, 2025
    0 272

    Kanban Guide for Beginners

    1. What is Kanban? Kanban is a visual workflow management system developed by Toyota that tracks work from start to…

    Read More »
  • Agile👁 Image
    Mary ZhengAugust 12th, 2025
    0 401

    Scrum Guide For Beginners

    1. What Is Scrum? In software development, Scrum is a lightweight Agile framework used for developing, delivering, and sustaining complex…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Mary ZhengJuly 11th, 2025
    0 685

    Spring Batch One Reader with Multiple Processors and Writers

    1. Introduction Spring Batch is a lightweight, comprehensive batch processing framework designed for robust, scalable, and repeatable data-processing jobs in…

    Read More »
  • Core Java👁 Image
    Mary ZhengJune 23rd, 2025
    0 693

    Hibernate Fix DuplicateMappingException

    1. Introduction To fix DuplicateMappingException requires that a column only maps to a single field. The org.hibernate.DuplicateMappingException is a runtime…

    Read More »
  • Core Java👁 Image
    Mary ZhengJune 18th, 2025
    0 600

    Gson @Expose vs @SerializedName

    1. Introduction Gson @Expose and @SerializedName annotations are provided by the Gson library to control serialization and deserialization behavior when converting…

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