VOOZH about

URL: https://www.javacodegeeks.com/author/fahd-shariff/page/5

⇱ Fahd Shariff, Author at Java Code Geeks - Page 5 of 6


  • Core Java👁 Image
    Fahd ShariffJuly 1st, 2014
    1 440

    Parsing an Excel File into JavaBeans using jXLS

    This post shows how you can use jXLS to parse an Excel file into a list of JavaBeans. Here is…

    Read More »
  • Core Java👁 Image
    Fahd ShariffNovember 15th, 2013
    2 305

    Throttling Task Submission with a BlockingExecutor

    The JDK’s java.util.concurrent.ThreadPoolExecutor allows you to submit tasks to a thread pool and uses a BlockingQueue to hold submitted tasks.…

    Read More »
  • Core Java👁 Image
    Fahd ShariffNovember 12th, 2013
    0 125

    Throttling Task Submission with a BlockingExecutor

    The JDK’s java.util.concurrent.ThreadPoolExecutor allows you to submit tasks to a thread pool and uses a BlockingQueue to hold submitted tasks.…

    Read More »
  • DevOps👁 Image
    Fahd ShariffOctober 23rd, 2013
    2 1,233

    Shell Scripting – Best Practices

    Most programming languages have a set of “best practices” that should be followed when writing code in that language. However,…

    Read More »
  • Enterprise Java👁 Image
    Fahd ShariffOctober 2nd, 2013
    4 216

    Guava 15 – New features

    A new version of the Guava library was released earlier this month and contains several new features and improvements. Here…

    Read More »
  • Desktop Java👁 Image
    Fahd ShariffJuly 8th, 2013
    1 150

    Java 7 Swing: Creating Translucent and Shaped Windows

    Java 7 Swing supports windows with transparency and non-rectangular shapes. The following screenshot shows a circular window created with 75%…

    Read More »
  • Enterprise Java👁 Image
    Fahd ShariffApril 10th, 2013
    0 855

    JUnit: Naming Individual Test Cases in a Parameterized Test

    A couple of years ago I wrote about JUnit Parameterized Tests. One of the things I didn’t like about them…

    Read More »
  • Core Java👁 Image
    Fahd ShariffFebruary 21st, 2013
    0 9,164

    Analysing a Java Core Dump

    In this post, I will show you how you can debug a Java core file to see what caused your…

    Read More »
  • Core Java👁 Image
    Fahd ShariffFebruary 18th, 2013
    3 267

    Testing Expected Exceptions with JUnit Rules

    This post shows how to test for expected exceptions using JUnit. Let’s start with the following class that we wish…

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