BLOG

Latest Articles

HashSet Java Explained [Easy Examples]

HashSet Java class is used to create a collection that uses a hash table for storage. It inherits the AbstractSet class and implements the Set interface. …

By bashiralam · 11 min read · JAVA

SQL Time Functions Explained [Easy Examples]

SQL Time functions can have different versions in different Database Management Systems like MySQL, ORACLE, and MS SQL Server. NOW(), CURDATE(), CURRENT_TIME(), …

By admin · 18 min read · SQL