Skip to main content

Posts

Showing posts with the label Features Of Java

Features Of Java

 Features Of Java The main objective of Java Programing was to make it portable, simple and secur programming language. The features of java language is as below. 1. Simple:        Java is very easy to learn and syntax is simple, clean and easy to understand. Java syntax is base on C++ so easier for programmers to learn it after C++. Java has removed many complicated and rarely use features for example, explicit pointer, operator overloading etc. In java, there is no need to remove unreferenced object because there is Automatic Garbage Collection in java. 2. Object Oriented:     In java the data and methods can flow in the form of object so it is call Object-oriented programing language. Object oriented programming is a methodology that simplifies software development and maintain by providing some rules. The basic concepts of OOPS are:     Object     Class     Inheritance     Ploymorphism     Abstract...