Ternary Operator in Java

In Java, the ternary operator is a type of Java conditional operator. In this section, we will discuss the ternary operator in Java with proper examples. The meaning of ternary is composed of three parts. The ternary operator (? 🙂 consists of three operands. It is used to evaluate Boolean expressions. The operator decides which value will be assigned to the variable. ItContinue reading “Ternary Operator in Java”

Multilevel Inheritance in Java

The multi-level inheritance includes the involvement of at least two or more than two classes. One class inherits the features from a parent class and the newly created sub-class becomes the base class for another new class. When a class extends a class, which extends anther class then this is called multilevel inheritance. For example class CContinue reading “Multilevel Inheritance in Java”

Top Five Inspiration People in Tech

RICHARD STALLMAN Stallman Achievements: 1. The person who creat the GNU project and give a clarification for peoples to know their freedom in software world. 2. Founded the Free Software Foundation (FSF) in October 1985. 3. Stallman pioneered the concept of copyleft, which uses the principles of copyright law to preserve the right to useContinue reading “Top Five Inspiration People in Tech”

OOPS CONCEPT

Java – What is OOP? OOP stands for Object-Oriented Programming. Procedural programming is about writing procedures or methods that perform operations on the data, while object-oriented programming is about creating objects that contain both data and methods. Object-oriented programming has several advantages over procedural programming: Java – What are Classes and Objects? Classes and objects areContinue reading “OOPS CONCEPT”

Design a site like this with WordPress.com
Get started