Skip to main content

Posts

Featured

Starting with java

 Java is a high level programming language was developed by James Gowsling and his friends. Firstly it was called 'oak' later on it was changed to java because there was already a company called oak institute and because of copyright issues it named as java. Java is  one of most finest programming which have lots and features.  Let's talk about some features of java: Simple :Java is easy to learn and understand with simple syntax.    Object Oriented:  Object Class Inheritance Polymorphism Abstraction Encapsulation                                   (we will talk about all the features in very detail) Robust: Robust means capacity of computer system to handle errors. Java has strong memory management. It also provides automatic garbage collection. Platform independent : Secure: When it comes to security java is always the first choice. 

Latest posts

Starting