VOOZH about

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

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


  • Core Java👁 Image
    Peter LawreyJuly 20th, 2011
    0 236

    How to get C like performance in Java

    Overview Java has many areas which can be slow. However for every problem there is a solution. Many solutions/hacks require…

    Read More »
  • Core Java👁 Image
    Peter LawreyJuly 14th, 2011
    1 289

    Incorrect Core Java Interview Answers

    Overview On the internet, Java interview questions and answers get copied from one web site to another. This can mean…

    Read More »
  • Core Java👁 Image
    Peter LawreyJuly 10th, 2011
    2 1,077

    Java Secret: Using an enum to build a State machine

    Overview The enum in Java is more powerful than many other languages which can lead to surprising uses. In this…

    Read More »
  • Core Java👁 Image
    Peter LawreyJuly 8th, 2011
    2 235

    Low GC in Java: Use primitives instead of wrappers

    Overview There are two good reason to use primitives instead of wrappers where possible. Clarity. By using a primitive, you…

    Read More »
  • First
  • ...
  • «
  • 7
  • 8
  • 9
  • 10
  • 11
Back to top button
Close