Sunday, 30 July 2017

Simple understanding of JDBC

JDBC - is a java API to connect and execute query with the database

 Connecting to a database





Tuesday, 25 July 2017

Simple overview about Collections in Java

Collections in java is a framework that provides an architecture to store and manipulate the group of objects
All the operations that you perform on a data such as searching, sorting, insertion, manipulation, deletion etc. can be performed by Java Collection