VOOZH about

URL: https://www.javacodegeeks.com/author/Stanislav-Kobylansky

⇱ Stanislav Kobylansky, Author at Java Code Geeks


  • Core Java👁 Image
    Stanislav KobylanskySeptember 17th, 2012
    1 490

    Building OpenJDK on Windows

    Doing some experiments, I found that it often useful to have JDK source code available in hand to make some…

    Read More »
  • Software Development👁 Image
    Stanislav KobylanskyJune 29th, 2012
    2 223

    All you need to know about QuickSort

    It would be true to say that Quicksort is one of the most popular sorting algorithms. You can find it…

    Read More »
  • Enterprise Java👁 Image
    Stanislav KobylanskyJune 7th, 2012
    1 237

    EhCache replication: RMI vs JGroups

    Recently, I was working on one product which required replicated caching. Caching provider was already decided – EhCache, and the…

    Read More »
  • Core Java👁 Image
    Stanislav KobylanskyFebruary 9th, 2012
    0 390

    What is behind System.nanoTime()?

    In java world there is a very good perception about System.nanoTime(). There is always some guys who says that it…

    Read More »
  • Software Development👁 Image
    Stanislav KobylanskyJanuary 20th, 2012
    0 190

    Public key infrastructure

    Some time ago I was asked to create presentation for my colleagues which describes Public Key Infrastructure, its components, functions,…

    Read More »
  • Software Development👁 Image
    Stanislav KobylanskyJanuary 6th, 2012
    0 224

    Hints for writing secure code

    Security and data protection are becoming now more and more popular topics. We are coming into the world where too…

    Read More »
Back to top button
Close