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 […]
Core Java
Short answer type Interview Questions From Core Java
java is an Object Oriented Programming Language. Which is mostly used to develop Windows based Software as well as Web Based Project. It is good to have good knowledge about a programming language and practical knowledge for developing program in that particular language. In the technical interview for the post of Java Developer some basic questions are asked. In this post I am telling […]
Modifiers in java
Modifiers for data members and methods in java In a Java Program several modifiers are used at the time when we declare members(variable) and methods in the program. Some of widely used modifiers for data members and methods in java programming are as follow: (1) static – Define a class variable and Define a class […]