home / developersection / category
ORM is acronym for Object Relational Mapping, it is a programming technique for converting data between relational database and object
The Abstract Factory is known as a creational pattern - it's used to construct objects such that they can be decoupled from the implementing system.
Here we are going to create an Application of Objective Test, in this application we show Questions with its options one by one, options will load dynamically. We getting our questions and its options through MySQL database.
MySQL is the world’s most popular Open Source Relational SQL database management system. MySQL is one of the best RDBMS being used for developing
Graphical Usert Interface (GUI) for registartion is created in this code using the swing package.
A collection — sometimes called a container — is simply an object that groups multiple elements into a single unit. Collections are used to store, retrieve, manipulate, and communicate aggregate data.
A package is a namespace that organizes a set of related classes and interfaces.
The super keyword in java is a reference variable that is used to refer immediate parent class object.
In this article I am telling you about Comparable example in Java
In this article I am telling to example of comparator in java