top of page
Search


Introduction to JDBC (Java Database Connectivity) Driver
A JDBC driver uses the JDBCâ„¢ (Java Database Connectivity) API developed by Sun Microsystems, now part of Oracle, that provides a standard...

The Tech Platform
Apr 16, 2022


How to use String.matches() with Regular Expression in Java?
The string matches method in Java can be used to test String against regular expressions in Java. The string matches() method is one of...

The Tech Platform
Apr 8, 2022


What is Java Programming Language?
Java is a widely recognized and versatile programming language that has gained immense popularity since its introduction in the...

The Tech Platform
Apr 7, 2022


Top 7 competitive programming algorithms every coder must know
Programming is a difficult role, and once you enter it, you will face new challenges and may be required to solve problems that no one...

The Tech Platform
Feb 24, 2022


Top 5 Programming Languages for Automation Testing
Automation testing is the process of testing software and other tech products to ensure it meets strict requirements. Essentially, it’s a...

The Tech Platform
Feb 18, 2022


SOLID Principles in Programming
SOLID principles are object-oriented design concepts relevant to software development. SOLID principles form the fundamental guidelines...

The Tech Platform
Feb 9, 2022


Top Programming Languages used by Blockchain Developers
A blockchain is a distributed database that is shared among the nodes of a computer network. As a database, a blockchain stores...

The Tech Platform
Jan 28, 2022


Write a Program to Check whether the two Strings are Equal or Not in Java
An array is a data structure in java that holds values of the same type with its length specified right from creation time. Think of a...

The Tech Platform
Jan 24, 2022


Which language is best for Web Development?
Web development It refers to the building, creating, and maintaining of websites. It includes aspects such as web design, web publishing,...

The Tech Platform
Jan 17, 2022


Difference between Java vs .NET. Who wins?
What is Java? Java is a programming language that is cross-platform, general-purpose, class-based, and object-oriented. Even though Java...

The Tech Platform
Jan 12, 2022
bottom of page