Java Features
Java has following buzzwords Simple Java syntax is very much similar to C++ No pointer concept to make it simpler and auto garbage collection (no need to worry about deleting un used objects). Object Oriented Object-oriented programming (OOP) is a programming paradigm. This represents the concept of ” objects ” that have data fields (attributes […]