Dinesh Nagarajan

Dinesh Nagarajan @dinesh_nagarajan_7f102d3e

Joined:
Jun 27, 2025

Dinesh Nagarajan
articles - 9 total

Find out the max & min value in given array

public static void main(String[] args) { // TODO Auto-generated method stub //Max...

Learn More 0 0Jul 24

String,StringBuffer,StringBuilder using == Operator.

public static void main(String[] args) { // TODO Auto-generated method stub //...

Learn More 0 0Jul 24

Array

//Print all elements in array int a[]= {11,23,45,6,8,10,5}; System.out.println("Array...

Learn More 0 0Jul 22

Access Modifier and its types(Public,Private,Protect,default)

A post by Dinesh Nagarajan

Learn More 0 0Jul 4

Inheritance and its types

A post by Dinesh Nagarajan

Learn More 0 0Jul 3

Basic Loop codes & overview of OPPs (Inheritance and Types of inheritance).

A post by Dinesh Nagarajan

Learn More 0 0Jul 2

Git clone Procedures and commands

A post by Dinesh Nagarajan

Learn More 0 0Jul 1

Basic Looping Statements using while loop,for loop

while loop Example: class whileLoop { public static void main(String args[]) { int i...

Learn More 0 0Jun 28

Java program using if, else if, else and switch case

A post by Dinesh Nagarajan

Learn More 0 0Jun 27