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 […]
Java Tutorials
Java Database Connectivity Steps
JDBC Connection Steps JDBC Connection steps are used to connect the application program or Front end with Database in Java. In the previous JDBC tutorial named as types of jdbc drivers in java we learned about what is JDBC in java and JDBC drivers in java . In this JDBC tutorial we will learn how to create jdbc connection […]
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 […]
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 […]