VOOZH about

URL: https://www.javacodegeeks.com/tag/java/page/30

⇱ Java Archives - Page 30 of 45 - Java Code Geeks


  • Core Java👁 Image
    Eleftheria DrosopoulouSeptember 9th, 2024
    0 363

    Enhancing Java Objects with the Decorator Design Pattern

    The Decorator design pattern is a structural pattern that provides a flexible way to add new behaviors to objects dynamically…

    Read More »
  • Core Java👁 Image
    Yatin BatraSeptember 6th, 2024
    0 2,501

    Java Array: Count Distinct Elements Frequencies

    In programming, one common task is counting the number of times a specific element appears in an array. This is…

    Read More »
  • Core Java👁 Image
    Yatin BatraSeptember 5th, 2024
    0 1,667

    Getting the Insert ID in JDBC

    When working with relational databases in Java, it’s common to perform insert operations and then retrieve the ID of the…

    Read More »
  • Core Java👁 Image
    Eleftheria DrosopoulouAugust 30th, 2024
    0 1,432

    Beyond Java Serialization: Exploring Alternative Approaches

    Java Serialization, while a convenient tool for object persistence, has its limitations and potential drawbacks. In this article, we’ll delve…

    Read More »
  • Core Java👁 Image
    Eleftheria DrosopoulouAugust 20th, 2024
    2 866

    Deep Dive into Map.merge()

    Java’s Map interface is a cornerstone of data structures, offering a versatile way to store key-value pairs. While it provides…

    Read More »
  • Core Java👁 Image
    Yatin BatraAugust 19th, 2024
    0 230

    Arithmetic Ops On Precision Binary Ints in Java

    Java provides robust support for handling binary integers, including operations on arbitrary-length binary integers. Let us delve to understand how…

    Read More »
  • Core Java👁 Image
    Eleftheria DrosopoulouAugust 14th, 2024
    0 1,017

    Double Negatives: The Enemy of Clear Code

    Code readability is paramount for maintainable and efficient software development. While the logic behind code might be crystal clear to…

    Read More »
  • Core Java👁 Image
    Eleftheria DrosopoulouAugust 13th, 2024
    0 995

    Creating Custom Runtime Images with jlink

    Java applications, particularly those designed for deployment in resource-constrained environments or with specific security requirements, benefit greatly from reduced runtime…

    Read More »
  • Core Java👁 Image
    Eleftheria DrosopoulouAugust 13th, 2024
    0 862

    A Deep Dive into Sealed Classes and Interfaces

    Java’s introduction of sealed classes and interfaces marked a significant step towards enhancing type safety and code predictability. These language…

    Read More »
  • First
  • ...
  • 10
  • 20
  • «
  • 29
  • 30
  • 31
  • »
  • 40
  • ...
  • Last
Back to top button
Close