VOOZH about

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

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


  • Core Java👁 Image
    Yatin BatraNovember 3rd, 2025
    0 890

    Java 25: Understanding Stable Values

    Java 25 introduces an innovative feature: the StableValue API (JEP 502). This new API allows the creation of objects that…

    Read More »
  • Enterprise Java👁 Image
    Omozegie AziegbeOctober 30th, 2025
    0 961

    Reading and Writing Deeply Partitioned Files in Apache Spark

    In large-scale data engineering and analytics, files are often stored in deeply partitioned directories to improve performance and manageability. This…

    Read More »
  • Core Java👁 Image
    Yatin BatraOctober 14th, 2025
    0 283

    Java Abstract Method with a Variable Number of Arguments Example

    In this article, let us delve into understanding how to implement an abstract method with variable list of arguments in…

    Read More »
  • Software Development👁 Image
    Eleftheria DrosopoulouOctober 13th, 2025
    0 160

    IoT Security Best Practices – Using Eclipse Projects to Secure Data at the Edge

    As the Internet of Things (IoT) continues to expand, the edge has become the new frontier for data processing and…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraOctober 13th, 2025
    0 461

    How to Retrieve Servlet Context in Java

    In Java web applications, the ServletContext object provides a way to communicate with the servlet container and access application-level parameters…

    Read More »
  • Core Java👁 Image
    Yatin BatraOctober 10th, 2025
    0 217

    Determine Whether Two Integers Share the Same Sign

    In Java, you might often need to determine whether two integers share the same sign. For instance, in mathematical computations…

    Read More »
  • Core Java👁 Image
    Yatin BatraOctober 10th, 2025
    0 217

    Managing non-value doubles in Java

    This article provides a comprehensive overview of how to identify and handle “non-value” doubles in Java—values like NaN, Infinity, and…

    Read More »
  • Enterprise Java👁 Image
    Eleftheria DrosopoulouOctober 6th, 2025
    0 476

    Spring Boot Beyond the Basics: Custom Starters and Performance Tuning

    Spring Boot has been one of the most influential frameworks in the Java ecosystem. It simplified the way we build…

    Read More »
  • Core Java👁 Image
    Eleftheria DrosopoulouOctober 6th, 2025
    0 365

    Event-Driven Java: Building Reactive Pipelines with Kafka and Spring

    In today’s landscape of distributed systems, scalability and responsiveness are no longer “nice-to-In today’s landscape of distributed systems, scalability and…

    Read More »
  • First
  • ...
  • 10
  • «
  • 12
  • 13
  • 14
  • »
  • 20
  • 30
  • ...
  • Last
Back to top button
Close