Posts

Showing posts from August, 2021

What is java

Java is a Object Oriented Programming Language. Java programming language is widely used in many areas like web development and gaming applications. Java is a simple, easy to use, platform independent programming language which is used for many purposes.   The features of Java Programming language are: Abstraction : is a process of hiding information and showing the essential information.  Encapsulation: storing data members and methods in a single unit called class Inheritance: Inheritance simply refer to code reusability. Where a class inherits properties from the class or interface. Platform independent programming language Multithreaded: Java programming language is a multithreaded programming language.   Java comes in various editions to cater to various types of application development needs. Two key editions of Java are: Java Standard Edition Java Enterprise Edition   To learn Java programming fundamentals, we need Java SE. Java SE (Standard Edition) This edition consists of lib