Posts

Showing posts with the label Vaigandla

What is Object Oriented Programming in Java?

Image
Next Object Oriented Programming Java is an Object-Oriented Programming Language.Everything in JAVA is an Object. Object-oriented means we organize our software as a combination of different types of objects that incorporates both data and behaviour. Principles of Object-Oriented Programming The object-oriented paradigm supports four major principles ,they are also known as four pillars of the object-oriented paradigm. Encapsulation Abstraction Inheritance Polymorphism Class Object 1.Encapsulation: Wrapping data(variables) and methods(code acting on data) within classes in combination with implementation hiding (through access control) is often called encapsulation. In java encapsulation can be achieved...

A Comprehensive Guide to Java and Its Applications: Exploring the Versatility of Java Programming

Next   What is Java? Java is a Widely-used Programming language for coding web applications. It has been a popular choice among developers, with millions of Java applications in use today. Java is a multi-platform, object-oriented, and network-centric language that can be used as a platfrom in itself. It is fast, secure, reliable programming language for coding everything from mobile application , web applications and standalone applications to enterprise softwares. History of Java Java is an efficient powerful Object-Oriented Programming language developed in the year of 1991 by James Gosling and his team members at Sun micro systems. James Gosling, Mike Sheridan, and Patrick Naughton initiated the Java language project in June 1991. The small team of...