VOOZH about

URL: https://www.javacodegeeks.com/tag/jvm/page/4

⇱ JVM Archives - Page 4 of 27 - Java Code Geeks


  • Core Java👁 Image
    Ram LakshmananOctober 16th, 2021
    0 200

    Performance impact of java.lang.System.getProperty()

    ‘java.lang.System.getProperty()’ is a common API used by Java developers to read the System properties that are configured during application startup…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Emmanouil GkatziourasJuly 1st, 2021
    2 1,563

    Keeping track of requests and Responses on Spring WebFlux

    In any rest-api based application it’s a matter of time when there is going to be the need to intercept…

    Read More »
  • Core Java👁 Image
    Emmanouil GkatziourasMay 23rd, 2021
    0 587

    Apache Arrow on the JVM: Streaming Writes

    Previously we went to create some schemas on Arrow.  On this blog we will have a look on writing through…

    Read More »
  • Core Java👁 Image
    Emmanouil GkatziourasMay 22nd, 2021
    0 754

    Apache Arrow on the JVM: Get Started and Schemas

    Arrow is memory format for flat and hierarchical data. It is a popular format used by various big data tools,…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Andrey RedkoJune 29th, 2020
    0 1,477

    RESTful services with HATEOAS: REST APIs and Hypermedia on JVM

    1. Introduction So far we have spent a fair amount of time talking about the role of the hypermedia and…

    Read More »
  • Core Java👁 Image
    PushpalankaMay 1st, 2020
    0 911

    JVM Garbage Collection and Optimizations

    Overview When troubleshooting systems for performance-related issues, memory optimizations are a place that needs a deep analysis of what each…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael RemijanApril 28th, 2020
    0 556

    Apache Derby Database JVM Security Policy

    Abstract I have already posted a number of blogs about Derby: Derby Database Backup Multiple Derby Network Servers on the…

    Read More »
  • Core Java👁 Image
    Marc VanbrabantApril 27th, 2020
    0 683

    How to process images and videos within Java JVM

    Processing of images – let alone videos – within the Java JVM has always been a challenging task. ImageIO classes have come…

    Read More »
  • Core Java👁 Image
    Janaka BandaraOctober 18th, 2019
    3 833

    JAR File Handles: Clean Up After Your Mess!

    In Ultra ESB we use a special hot-swap classloader that allows us to reload Java classes on demand. This allows…

    Read More »
  • First
  • ...
  • «
  • 3
  • 4
  • 5
  • »
  • 10
  • 20
  • ...
  • Last
Back to top button
Close