How to Install Java in Ubuntu 20.04

Hi Developers , Welcome to the Ozanecare. In this article I’m explain all steps to Download and install Java or jdk and write “Hello World ” program in Ubuntu operating system.we can use nano editor to write java program for running codes i’m going to use Ubuntu Terminal. Let’s see all important steps to Install […]

How to Connect MySQL with Java

Hello Friends, Here is the article to give simple code to connecting MySQL Database with Java Application.Here i am using eclipse IDE. i am connecting java with MySQL database using JDBC driver. Let’s see all important steps. 1.First Download jdbc driver. write in google search box “jdbc driver for MySQL”. Download suitable driver from MySQL.com […]

How to Connect SQL Server with Java

Hello Friends, Here is the article to give simple code to connecting SQL Server Database with Java Application.Here i am using eclipse IDE. i am connecting java with SQL Server database using JDBC driver. Let’s see all important steps. 1.First Download jdbc driver. write in google search box “jdbc driver for SQL Server”. Download suitable […]

How to Connect PostgreSQL with Java

Hello Friends, Here is the article to give simple code to connecting PostgreSQL Database with Java Application.Here i am using eclipse IDE. i am connecting java with PostgreSQL database using JDBC driver. Let’s see all important steps. 1.First Download jdbc driver. write in google search box “jdbc driver for PostgreSQL”. Download suitable driver and extract. […]

How to Connect Oracle with Java

Hello Friends, Here is the article to give simple code to connecting Oracle Database with Java Application.Here i am using eclipse IDE. i am connecting java with oracle database using JDBC driver. Let’s see all important steps. 1.First Download jdbc driver. write in google search-box “jdbc driver for oracle”. Download suitable driver and extract. 2.Open […]