silambarasan rajendran

silambarasan rajendran @e00049

About: DevOps Engineer

Location:
Bengaluru, India
Joined:
Mar 20, 2025

silambarasan rajendran
articles - 39 total

day-34: looping statements in java

== --> Compares Values (Variables) Can we compare Objects? What is the difference between...

Learn More 0 0Apr 30

Day-33: Conditional Statements in java

Beginner: Repeated Reading: Base Twist: DON'T SAY I DON'T KNOW ALWAYS SAY LET ME TRY DON'T THINK...

Learn More 0 0Apr 30

day-32: Getter and Setter Methods in Java - Simple Example

Getters and Setters in Java Getters and setters are methods used to access (get) and modify (set)...

Learn More 2 0Apr 23

day-31: Getter and Setter Methods in Java - Simple Example

Getters and Setters in Java Getters and setters are methods used to access (get) and modify (set)...

Learn More 0 0Apr 23

day-31: this, super and inner class in java

The "this" Keyword in Java The this keyword in Java is a reference variable that refers to the...

Learn More 3 0Apr 22

day-30: enumeration in java

What is enumeration? An enum type is a special data type that enables for a variable to be a set of...

Learn More 6 1Apr 21

day-28: Java Interface Explained: Rules, Real-World Examples, and Multiple Inheritance

What is interface in java? Interface like contract between two of them. Interface methods always in...

Learn More 1 0Apr 20

day-29: Java Interface Explained: Rules, Real-World Examples, and Multiple Inheritance

What is interface in java? Interface like contract between two of them. Interface methods always in...

Learn More 0 0Apr 20

day-27: Java Abstraction and Inheritance: Key Concepts, Code Examples, and Interview Insights

*Note: * Always we try to approach the problem logically. Abstract Classes Can have at least one...

Learn More 11 0Apr 19

day-26: Encapsulation and Abstraction in Java

Encapsulation: In Java that involves bundling the data (variables) and the methods (functions) that...

Learn More 3 1Apr 16

day-25: Java Constructors - Complete Guide

1). Constructor: A constructor in Java Programming is a block of code that initializes (constructs)...

Learn More 1 0Apr 15

Java Interview Questions and Answers

1). What is Java? Java is a high-level, general-purpose, memory-safe, object-oriented programming...

Learn More 6 4Apr 14

day-24: Java Inheritance Explained: Types, Usage & Examples

Java Inheritance Java Inheritance is a fundamental concept in object-oriented programming that...

Learn More 0 0Apr 14

day-23: Java OOP Made Easy: final, Inheritance, Polymorphism & Encapsulation

The Ultimate Guide to Java's final Keyword The final keyword in Java is a powerful modifier that...

Learn More 7 0Apr 13

day-22: Getter Methods in Java: Best Practices for Clean and Secure Code

Getter Method in Java (Simple Explanation) A getter method is a public method that provides...

Learn More 4 0Apr 13

day-21: OOP in Java Made Easy: Learn Polymorphism, Encapsulation & Inheritance with Code Samples

Polymorphism in Java with Example Polymorphism is a core concept in OOP (Object-Oriented...

Learn More 1 0Apr 11

day-20: Understanding IDEs and Eclipse: A Guide for Java Development

What is IDE? IDE stands for Integrated Development Environment. It's a software application that...

Learn More 2 0Apr 10

day-19: Java Access Modifiers - Simplified

Encapsulation is one of the four fundamental OOP principles (along with Inheritance, Polymorphism,...

Learn More 1 0Apr 9

Day-18: Understanding Return Datatypes in Java

Return Datatypes: A return type specifies what kind of value a method gives back when it finishes...

Learn More 1 0Apr 8

day-17: Java Fundamentals: Variables, Methods, and Polymorphism

Variables in Java: 1. Primitive Data Types Data Type Default Value Example int 0 int age =...

Learn More 2 0Apr 7

Day-16: Java Variables: Comprehensive Documentation

1). Variables Definition: Variables are containers that store data values in memory during program...

Learn More 1 0Apr 6

Day-15: Static vs Non-Static Methods, Global vs Local Variables in Java

Static Keyword in Java: The static keyword in Java is used to create class-level variables and...

Learn More 2 0Apr 5

day-14: Building a Theatre Simulation in Java: Static vs Non-Static Methods Explained

Method: A method is a block of code that performs a specific task. It is a collection of instructions...

Learn More 4 0Apr 4

Day-13: Data Types in Java - Class-Specific and Object-Specific Data Types

1). Primitive Data Types: The Java programming language is statically-typed, which means that all...

Learn More 1 0Apr 3

day-13:

Datatypes: Premite public class Honda { int price; String brand; boolean fhd; ...

Learn More 0 0Apr 3

Day-13: Data Types in Java - Class-Specific and Object-Specific Data Types

1). Primitive Data Types: The Java programming language is statically-typed, which means that all...

Learn More 1 0Apr 3

day-12: A Comprehensive Guide to Java Objects, Data Types, and Variable Initialization

Class: Blue Print - Company - Noun Object: Physical entity - Employee - instance Method: Task - Verb...

Learn More 0 0Apr 2

day-11: The Importance of Naming Conventions in Clean Code

Let us recall the topics Class: Logical Entity - Blue Print or Template - Company Object: Physical...

Learn More 1 0Apr 1

Day-9: Unlock the Power of Git: Common Commands and Examples Explained

What is GIT? Git is a free, open-source, and distributed version control system (DVCS) used to...

Learn More 4 0Mar 30

Day-08: Linux for Everyone: 20 Commands You Should Know

Some important linux commands: pwd - print working directory ls -ll - list out the file...

Learn More 3 0Mar 29