VOOZH about

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

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


  • Software Development👁 Image
    Fahd ShariffAugust 3rd, 2020
    1 1,727

    kdb+/q – Try Catch

    Programming languages typically have a try-catch mechanism for dealing with exceptions. The try block contains the code you want to…

    Read More »
  • Core Java👁 Image
    Fahd ShariffMay 20th, 2020
    1 374

    Java 14: Helpful NullPointerException Messages

    A new JVM option, -XX:+ShowCodeDetailsInExceptionMessages, has been introduced in Java 14, in order to provide helpful NullPointerException messages showing precisely…

    Read More »
  • Core Java👁 Image
    Fahd ShariffApril 15th, 2020
    0 74

    Java 14: Pattern Matching for instanceof

    Java 14 introduces Pattern Matching for instanceof, another preview language feature, that eliminates the need for casts when using instanceof.…

    Read More »
  • Core Java👁 Image
    Fahd ShariffApril 15th, 2020
    5 227

    Java 14: Records

    Java 14 arrived a few weeks ago and introduces the Record type, which is an immutable data carrier class designed…

    Read More »
  • Core Java👁 Image
    Fahd ShariffNovember 14th, 2019
    0 302

    Java 13: Enhancements to Switch Expressions

    You may remember from my previous post that, in Java 12, the traditional switch statement was enhanced so that it…

    Read More »
  • Core Java👁 Image
    Fahd ShariffOctober 30th, 2019
    0 723

    Java 13: Text Blocks

    Java 13 has delivered the long-awaited multiline strings or Text Blocks. You no longer need to concatenate strings that span…

    Read More »
  • Core Java👁 Image
    Fahd ShariffJune 10th, 2019
    0 309

    Using Java 12 in Eclipse

    1. Install JDK 12 Link: https://www.oracle.com/technetwork/java/javase/downloads/jdk12-downloads-5295953.html 2. Install Eclipse 4.11 Link: https://download.eclipse.org/eclipse/downloads/drops4/R-4.11-201903070500 3. Install Eclipse Java 12 Support Start Eclipse…

    Read More »
  • Core Java👁 Image
    Fahd ShariffJune 3rd, 2019
    0 150

    Java 12: Switch Expressions

    In Java 12, the switch statement has been enhanced so that it can be used as an expression. It is…

    Read More »
  • Enterprise Java👁 Image
    Fahd ShariffApril 25th, 2019
    0 232

    Load Testing Web Apps Using Apache JMeter

    Apache JMeter is an excellent tool for simulating user load on a web application in order to test performance. You…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • ...
  • Last
Back to top button
Close