VOOZH about

URL: https://www.javacodegeeks.com/author/james-sutherland

⇱ James Sutherland, Author at Java Code Geeks


  • Enterprise Java👁 Image
    James SutherlandSeptember 11th, 2013
    2 1,745

    Optimizing Java Serialization – Java vs XML vs JSON vs Kryo vs POF

    Perhaps I’m naive, but I always thought Java serialization must surely be the fastest and most efficient way to serialize…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    James SutherlandSeptember 2nd, 2013
    0 317

    Batch Writing, and Dynamic vs Parametrized SQL, how well does your database perform?

    One of the most effective database optimizations is batch writing. Batch writing is supported by most modern databases and part…

    Read More »
Back to top button
Close