JAVA and OOPs Concepts

Object Oriented Programming Object-oriented programming (OOP) is a programming paradigm based on the concept of “objects”, which can contain data and code: data in the form of fields (often known as attributes or properties), and […]

Java 5

New Features in Java 5 Generics – Provides compile-time type safety while still allowing a type or method to operate on objects of various types. […]