VOOZH about

URL: https://www.javacodegeeks.com/tag/java-best-practices/page/2

⇱ Java Best Practices Archives - Page 2 of 2 - Java Code Geeks


  • Core Java👁 Image
    Peter LawreyJuly 10th, 2011
    2 1,075

    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 »
  • Core Java👁 Image
    Byron KiourtzoglouNovember 8th, 2010
    5 2,598

    Java Best Practices – Char to Byte and Byte to Char conversions

    Continuing our series of articles concerning proposed practices while working with the Java programming language, we are going to talk…

    Read More »
  • Core Java👁 Image
    Byron KiourtzoglouSeptember 21st, 2010
    6 1,511

    Java Best Practices – Queue battle and the Linked ConcurrentHashMap

    Continuing our series of articles concerning proposed practices while working with the Java programming language, we are going to perform…

    Read More »
  • Core Java👁 Image
    Byron KiourtzoglouSeptember 4th, 2010
    4 779

    Java Best Practices – String performance and Exact String Matching

    Continuing our series of articles concerning proposed practices while working with the Java programming language, we are going to talk…

    Read More »
  • Core Java👁 Image
    Byron KiourtzoglouAugust 16th, 2010
    6 8,698

    Java Best Practices – Vector vs ArrayList vs HashSet

    Continuing our series of articles concerning proposed practices while working with the Java programming language, we are going to perform…

    Read More »
  • Core Java👁 Image
    Byron KiourtzoglouJuly 23rd, 2010
    8 810

    Java Best Practices – High performance Serialization

    Continuing our series of articles concerning proposed practices while working with the Java programming language, we are going to discuss…

    Read More »
  • Core Java👁 Image
    Byron KiourtzoglouJuly 11th, 2010
    10 3,103

    Java Best Practices – DateFormat in a Multithreading Environment

    This is the first of a series of articles concerning proposed practices while working with the Java programming language. All…

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