vimala jeyakumar

vimala jeyakumar @vimala_jeyakumar_de64a9b2

Joined:
Dec 21, 2024

vimala jeyakumar
articles - 17 total

Searching in java

Searching: -->Searching Algorithms are designed to check for an element or retrieve an...

Learn More 0 0Feb 25

Count of digits and Palindrome

Count of Digits: -->Given a number n, the task is to return the count of digits in this...

Learn More 0 0Feb 25

For loop-Numbers pattern printing

Example Program1: package Forloop; public class Pattern { public static void...

Learn More 1 0Feb 14

For loop - Alphabet pattern printing

Program 1: package Forloop; public class PatternV { public static void...

Learn More 2 0Feb 13

Modulo or Remainder in java

Remainder: -->Modulo or Remainder Operator returns the remainder of the two numbers...

Learn More 0 0Feb 12

Reverse in java

Definition: ->In Java, "reverse" refers to the process of changing the order of...

Learn More 0 0Feb 11

Number Series

Task: 1 . Look at this series: 58, 52, 46, 40, 34, ... What number should come...

Learn More 2 0Feb 3

Control flow statement

Control flow Statement: -->Java compiler executes the code from top to bottom. The...

Learn More 1 0Jan 30

Switch statement & Ternary operator

Switch Statement: -->The switch statement in Java is a multi-way branch statement. In...

Learn More 0 0Jan 30

Data Structure Basics

Data Structure Basics : 1.Normal Statement 2.Conditional Statement 3.Control flow...

Learn More 1 0Jan 30

Task

Task 1: Task 1: Assignment - 0: static, non-static Create a class Called...

Learn More 0 0Jan 24

Day 8 - Datatype

What is Datatype? --> Data types specify the different sizes and values that can be stored in the...

Learn More 0 0Jan 8

object & class creation

Object creation:(Behavior) Example: public class Bank //Class Creation { public static...

Learn More 0 0Jan 4

Day 6 - Object & Class

Ojects and Class: Object: -> Java is an object-oriented programming language. The core...

Learn More 3 0Jan 1

Day 5 - sudo,apt,jdk

Task: what is sudo: -> Sudo is command that allows users to run programs with...

Learn More -3 1Jan 1

Day 4 - Dec 23 -->java simple program

Step by Step procedure: step 1: First type the code in text editor step 2: After typing the code...

Learn More 2 0Jan 1

DAY 1 - Java

What is Java technology ? 1. Java is a programming language and computing platform first...

Learn More 1 0Jan 1