-
Core Java
Convert time unit to duration in Java
java.util.concurrent.TimeUnit represents time durations in Java at a given unit of granularity and provides utility methods to convert across units.…
Read More » -
Core Java
Switch as an expression in Java with Lambda-like syntax
As of Java 14, the switch expression has an additional Lambda-like (case ... -> labels) syntax and it can be…
Read More » -
Web Development
Devising A UI Test Plan That Works Like A Charm
User Interface(UI) is the first thing that the user comes in contact with on your website. A good user interface…
Read More » -
Enterprise Java
Why use Cloud Computing? Advantages and Disadvantages
Cloud Computing has been a buzz word in the IT world from the last few years. When it first appeared,…
Read More » -
Software Development
[MEGA DEAL] The Ultimate 2020 White Hat Hacker Certification Bundle (97%)
Defend Any System from Digital Attacks with 98 Hours of Cybersecurity & Ethical Hacking Content from Top Instructors Joe Parys,…
Read More » -
Core Java
All you wanted to know about Throwable
This article is a tutorial about exceptions. But not the usual one. There are many of those that tell you…
Read More » -
Core Java
Record type in Java
JDK 14, released in March 2020, introduced records (preview language feature) which provide a compact syntax for declaring classes whose…
Read More » -
Core Java
10 Best Practices to Handle Java Exceptions
In this article, we will see the best practices to handle Java Exceptions. Exception handling in Java is not an…
Read More »