VOOZH about

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

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


  • Core Java👁 Image
    Eleftheria DrosopoulouJune 4th, 2026
    0 332

    How to Read a Flame Graph: A Practical Profiling Guide for JVM Developers

    Stop guessing where your Java app is spending its time. Here is everything you need to go from zero to…

    Read More »
  • Core Java👁 Image
    Omozegie AziegbeJune 4th, 2026
    0 63

    Java Sock Merchant Problem: Solutions with Arrays and HashSets

    The Sock Merchant problem is an algorithm challenge that tests our ability to work with arrays, counting, and basic data…

    Read More »
  • Core Java👁 Image
    Yatin BatraJune 4th, 2026
    0 53

    Convert ByteBuffer to Byte Array in Java

    Java applications often work with binary data while performing file operations, network communication, serialization, and NIO (New I/O) programming. Two…

    Read More »
  • Core Java👁 Image
    Eleftheria DrosopoulouJune 3rd, 2026
    0 112

    Event Sourcing Without a Framework: What You Actually Need, What You Don’t, and the Parts Nobody Warns You About

    Most Java tutorials reach for Axon before explaining the moving parts underneath it. This is the framework-agnostic treatment — the…

    Read More »
  • Enterprise Java👁 Image
    Eleftheria DrosopoulouMay 28th, 2026
    0 106

    The Database Migration Risk That Hibernate Silently Creates

    Why hbm2ddl.auto=update is still in production codebases — and what to do about it Somewhere in a production codebase right now, Hibernate…

    Read More »
  • Core Java👁 Image
    Yatin BatraMay 22nd, 2026
    0 83

    How to Import P7B into Java Keystore

    In Java-based applications, SSL/TLS certificates are managed using a Java KeyStore (JKS or PKCS12). Often, certificates are provided in different…

    Read More »
  • Core Java👁 Image
    Yatin BatraMay 19th, 2026
    0 79

    Java Flip Bits Number Example

    Bit manipulation is an important concept in Java programming, especially when dealing with low-level operations, optimization, cryptography, networking, and competitive…

    Read More »
  • Core Java👁 Image
    Yatin BatraMay 15th, 2026
    0 751

    Java Fast Gaussian Blur Example

    Gaussian Blur is one of the most widely used image processing techniques for smoothing images and reducing noise. It is…

    Read More »
  • Core Java👁 Image
    Eleftheria DrosopoulouMay 14th, 2026
    0 332

    Go’s Concurrency Model vs. Java Virtual Threads: A Practical Comparison

    Java 21 changed the concurrency story — but how close is it really to Go’s goroutines? Side-by-side code, real benchmarks,…

    Read More »
  • «
  • 1
  • 2
  • 3
  • »
  • 10
  • 20
  • ...
  • Last
Back to top button
Close