Easy to learn and use programming language. Write code once and run on almost any computer platform. Java is platform...
Continue reading...JAVA
JAVA Uses
For developing Android Apps. To create Enterprise software, i.e. banking software. Mobile Applications. Web – based Applications. Scientific Applications. Gamming...
Continue reading...JAVA History
It was initially called ‘Oak’ by James Gosling. Originally, it was developed for handling portable devices and set-top boxes. Oak...
Continue reading...JAVA LinkedList
C++ is a object – oriented programming language developed by Bjarne Stroustrup, starting in 1979 at Bell Labs. It was...
Continue reading...JAVA ArrayList
C++ is a object – oriented programming language developed by Bjarne Stroustrup, starting in 1979 at Bell Labs. It was...
Continue reading...JAVA Constructors
A constructors in Java is similar to a method that is invoked when object of the class is created ....
Continue reading...JAVA Abstraction
Abstraction is a process in which the implementation is hidden and only the functionality is shown to the user ....
Continue reading...JAVA Polymorphism
Polymorphism is a process in which the behaviour of an object is used by another of an object is used...
Continue reading...JAVA Inheritance
Inheritance is one such mechanism.In which the properties and methods of one class can be used in another class. That...
Continue reading...JAVA Encapsulation
In encapsulation , a classes variables will be hidden from other classes, and can only be accessed through the methods...
Continue reading...