VOOZH about

URL: https://www.javacodegeeks.com/author/Peter-Lawrey/page/4

⇱ Peter Lawrey, Author at Java Code Geeks - Page 4 of 11


  • Core Java👁 Image
    Peter LawreyMay 3rd, 2015
    11 100

    What are the bad features of Java

    Overview When you first learn to develop you see overly broad statements about different features to be bad, for design,…

    Read More »
  • Core Java👁 Image
    Peter LawreyFebruary 9th, 2015
    0 90

    Inconsistent operation widen rules in Java

    Overview When you perform a unary or binary operation in Java the standard behaviour is to use the widest operand…

    Read More »
  • Core Java👁 Image
    Peter LawreyFebruary 3rd, 2015
    0 147

    Java 8 Optional is not just for replacing a null value

    Overview In Java 8, you can return an Optional instead of return null; as you might do in Java 7.…

    Read More »
  • Software Development👁 Image
    Peter LawreyJanuary 26th, 2015
    1 91

    Mixing memory unit messages

    One of my pet hates is developers messing up units of memory.  In general, the difference doesn’t matter much, or…

    Read More »
  • Core Java👁 Image
    Peter LawreyJanuary 21st, 2015
    0 178

    Java Lambdas and Low Latency

    Overview The main question around the use of Lambdas in Java and Low Latency is; Does they produce garbage and…

    Read More »
  • Core Java👁 Image
    Peter LawreyDecember 17th, 2014
    0 163

    How and Why is Unsafe used in Java?

    Overview sun.misc.Unsafe has been in Java from at least as far back as Java 1.4 (2004). In Java 9, Unsafe will…

    Read More »
  • Core Java👁 Image
    Peter LawreyDecember 15th, 2014
    1 381

    On heap vs off heap memory usage

    Overview I was recently asked about the benefits and wisdom of using off heap memory in Java. The answers may be…

    Read More »
  • Core Java👁 Image
    Peter LawreyOctober 29th, 2014
    0 100

    Chronicle Map and Yahoo Cloud Service Benchmark

    Overview Yahoo Cloud Service Benchmark is a reasonably widely used benchmarking tool for testing key value stores for a significant…

    Read More »
  • Core Java👁 Image
    Peter LawreyOctober 14th, 2014
    0 56

    A Java conversion puzzler, not suitable for work (or interviews)

    A really hard interview question would be something like this:                   int…

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