VOOZH about

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

⇱ Fahd Shariff, Author at Java Code Geeks


  • Core Java👁 Image
    Fahd ShariffJanuary 4th, 2023
    0 658

    Java 19: Virtual Threads

    Java 19 introduces Virtual Threads, which are lightweight threads designed to improve application throughput. This is a preview language feature…

    Read More »
  • Core Java👁 Image
    Fahd ShariffSeptember 28th, 2021
    0 1,613

    Java 17: Pattern Matching for Switch

    In Java 17 (released only a few days ago), Pattern Matching for switch has been introduced as a preview language…

    Read More »
  • Core Java👁 Image
    Fahd ShariffSeptember 2nd, 2021
    0 1,562

    Java 16: Stream.mapMulti

    Java 16 introduces a new Stream.mapMulti method which allows you to replace elements in a stream with multiple elements. The…

    Read More »
  • Core Java👁 Image
    Fahd ShariffApril 15th, 2021
    1 365

    Java 16: Stream.toList()

    Java 16 introduces a handy new Stream.toList() method which makes it easier to convert a stream into a list. The…

    Read More »
  • Software Development👁 Image
    Fahd ShariffApril 9th, 2021
    0 432

    kdb+/q – Display a Table as a Tree

    This post shows how you can convert a keyed table to a hierarchical tree format in kdb+/q. This could be…

    Read More »
  • Core Java👁 Image
    Fahd ShariffMarch 9th, 2021
    0 5,233

    Creating Temporary Files with JUnit 5

    This post shows you how to perform unit testing using temporary files with JUnit 5. If you’re still on JUnit…

    Read More »
  • Enterprise Java👁 Image
    Fahd ShariffDecember 9th, 2020
    0 275

    Parameterized Tests in JUnit 5

    A parameterized test allows you to run a test against a varying set of data. If you find yourself calling…

    Read More »
  • Enterprise Java👁 Image
    Fahd ShariffNovember 27th, 2020
    0 647

    Testing Expected Exceptions with JUnit 5

    This post shows how to test for expected exceptions using JUnit 5. If you’re still on JUnit 4, please check…

    Read More »
  • Core Java👁 Image
    Fahd ShariffOctober 20th, 2020
    0 143

    Java 15: Sealed Classes

    Java 15 introduces Sealed Classes, a preview language feature, that allows classes/interfaces to restrict which other classes/interfaces may extend or…

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