VOOZH about

URL: https://www.javacodegeeks.com/author/daniel-shaya/page/4

⇱ Daniel Shaya, Author at Java Code Geeks - Page 4 of 6


  • Core Java👁 Image
    Daniel ShayaApril 21st, 2015
    0 176

    Dealing with Interruptions

    I was just watching the VJUG interview with Heinz Kabutz which inspired me to write a post about Interruptions. By…

    Read More »
  • Core Java👁 Image
    Daniel ShayaApril 8th, 2015
    1 91

    Java 8 Lambdas in One Line

    If you understand this line, or better still can write this code you can pretty much say that you have…

    Read More »
  • Core Java👁 Image
    Daniel ShayaApril 1st, 2015
    0 487

    ChronicleMap – Java Architecture with Off Heap Memory

    My last post was written a couple of weeks ago and after some valid feedback I’d like to clarify a…

    Read More »
  • Core Java👁 Image
    Daniel ShayaMarch 19th, 2015
    6 1,160

    Creating Millions of Objects with Zero Garbage

    As noted in First rule of performance optimisation, garbage is the enemy of fast code. Not only can it destroy any sort…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Daniel ShayaMarch 12th, 2015
    9 454

    Creating Web Services and a Rest Server with JAX-RS and Jetty

    Creating a WebService in Java is remarkably easy. To add it to a ServletContainer and deploy it to an embedded…

    Read More »
  • Software Development👁 Image
    Daniel ShayaMarch 11th, 2015
    1 126

    Take the IntelliJ Challenge!

    It’s always a great idea to try and master the tools with which you work. I’m on a mission to…

    Read More »
  • Core Java👁 Image
    Daniel ShayaFebruary 25th, 2015
    0 194

    Starting out with jHiccup

    After writing my post on ‘How to detect and diagnose slow code in production’ I was encouraged by a reader…

    Read More »
  • Core Java👁 Image
    Daniel ShayaFebruary 24th, 2015
    4 224

    Java 8 pitfall – Beware of Files.lines()

    There’s a really nice new feature in Java8 which allows you to get a stream of Strings from a file…

    Read More »
  • Core Java👁 Image
    Daniel ShayaFebruary 23rd, 2015
    1 283

    The Optimum Method to Concatenate Strings in Java

    Recently I was asked this question – Is it bad for performance to use the + operator to concatenate Strings in…

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