substring in java
Java Tutorials

Substring in Java

Substring in Java with Examples  Substring in Java is an important concept to work with string handling. In this tutorial we have discussed we have discussed various methods used for substring in java. Multiple Choice Questions Based on Substring in Java are generally asked in OCJP     (Oracle Core Java Certification Exam) or in Technical […]

advance-java Java Tutorials JDBC

Types of JDBC Drivers

JDBC and JDBC Drivers Java Data Base Connectivity (JDBC) is an Application Programming Interface which is one of important usable in different business applications. The reason behind the widely use of JDBC is that because most of the business application software use database.    In order to retrieve and store the  data in database through GUI we […]

advance-java Core Java Java Tutorials

JDBC Tutorial : JDBC Drivers and Steps for Java Database Connectivity

JDBC ( Java Database Connectivity) Tutorial JDBC is known as java database connectivity. To connect java with any database we require a jdbc driver which implements all the interfaces provided in sql package. Java provides jdbc-odbc bridge driver.   Figure 1: Java Application Interaction with Database JDBC uses ODBC drivers available on your machine. DB […]