VOOZH about

URL: https://www.javacodegeeks.com/author/ram-lakshmanan/page/4

⇱ Ram Lakshmanan, Author at Java Code Geeks - Page 4 of 4


  • Core Java👁 Image
    Ram LakshmananFebruary 12th, 2020
    1 306

    Java – Missing font – Crashing App!

    Eclipse MAT,  Heaphero are all popular java tools to analyze large size heap dumps. Recently we ran in to an…

    Read More »
  • Core Java👁 Image
    Ram LakshmananJanuary 28th, 2020
    1 477

    Log4j Bug – Slows down your app

    Recently we were troubleshooting a popular SaaS application. This application was slowing down intermittently. To recover from the problem, the…

    Read More »
  • Core Java👁 Image
    Ram LakshmananNovember 20th, 2019
    0 2,805

    jstat – Analysis

    jstat is a simple utility tool, that is present in JDK to provide JVM performance-related statistics like garbage collection, compilation…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Ram LakshmananNovember 19th, 2019
    2 583

    Memory wasted by Spring Boot Application

    One of the widely wasted resources in the world today is Memory. Due to inefficient programming, surprising (sometimes ‘shocking’) amount…

    Read More »
  • Software Development👁 Image
    Ram LakshmananNovember 5th, 2019
    0 312

    Load balancing: Round robin may not be the right choice

    Based on our experience, we believe Round robin may not be an effective load balancing algorithm, because it doesn’t equally…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Ram LakshmananSeptember 19th, 2019
    0 565

    All you need to know about System.gc()

    In this article, we have attempted to answer the most common questions around System.gc() API call. We hope it may…

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