MANIKANDAN

MANIKANDAN @manikandan_a8f99e0153ef77

Joined:
Aug 7, 2025

MANIKANDAN
articles - 12 total

Super Keyword in Java

The super keyword in Java is used to refer to the immediate parent class object. It is commonly used...

Learn More 0 0Sep 8

Tricky Program in Java

class Try{ public static void main(String[] arg){ int a=5; if(a==5) System.out.println("b"); ...

Learn More 0 0Sep 6

constructors in Java: no-arg constructor, and parameterised constructor.

Using No-Argument Constructor and Parameterised Constructor public class Student { int...

Learn More 1 0Sep 4

Why Constructors Are the Heart of Object Creation

Constructors In object-oriented programming, a constructor is a special method within a class that is...

Learn More 3 0Sep 3

Polymorphism IN JAVA

Polymorphism What is Polymorphism? Polymorphism is often referred to as the third pillar of...

Learn More 1 0Sep 2

Ask why every time.....

Why have I chosen this topic, " Ask why every time" because I started with the topic (type casting),...

Learn More 5 0Aug 26

Class & Object Explained with Real-Life Examples

We will discuss an important topic in object-oriented systems: classes and objects. This will not go...

Learn More 1 0Aug 22

Everything is for a reason

In today's blog, I am going to share an important lesson that I have learned from our communication...

Learn More 6 1Aug 20

A journey into Java

Scratch Java program using Arithmetic operations What are the Arithmetic operations?...

Learn More 1 0Aug 19

A Simple Guide to Creating, Pushing & Pulling Your First Repository"

** Why do we need git first? ** To connect all team members in one place, we use git, which makes it...

Learn More 5 3Aug 15

Installing Linux without the boring bits

Imagine turning your old laptop into a fast machine--for free, in under 30 minutes. Let's make it...

Learn More 0 0Aug 12

A day in payilagam

Came with Big Dreams and vision to achieve knowledge I woke up At 6 AM with a great excitement to...

Learn More 3 0Aug 7