Articles by Tag #payilagam

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Java File Handling Programs

File Handling in Java In Java, with the help of File Class, we can work with files. This File Class...

Learn More 24 0Mar 24

Luhn algorithm- credit card,check year/month/date

The Luhn algorithm doesn't have a formula in the conventional mathematical sense. Instead, it's made...

Learn More 23 2Mar 12

Collections in Java

Collections in Java The Collection in Java is a framework that provides an architecture to store and...

Learn More 23 0Mar 26

neon,emirp,prime,armstrong,prime,sum,reverse -numbers

Sum of Number package Afterfeb4; public class sumofnumber { public static void main(String[]...

Learn More 22 1Feb 6

converting default method to program in string

1.small to capital package String_start; public class small_caps { public static void...

Learn More 20 0Mar 10

String,Wrapper Class,Stringbuffer,String split()

String: Strings are used for storing text. A String variable contains a collection of characters...

Learn More 20 0Mar 7

Today class--28/12/2024 Variables ,TASK1 ,TASK 2

Java Variables: A variable is a container which holds the value while the Java program is executed....

Learn More 19 0Dec 28 '24

converting default String default method,Primitive to String,reverse name

*Primitive datatype to String-->Strins s==string.vauleof(100)//static...

Learn More 19 0Mar 11

My First interview in Suave Technologies as Fresher

It was the first interview I attended as a Java Developer. I had some fear inside me before attending...

Learn More 18 0Apr 12

program

Changing order of number package pratice; public class arr192837 { public static void...

Learn More 18 0Mar 21

Multidimensional array--matrix

Gross matrix:X package afterfeb13; public class multidimarray { public static void...

Learn More 18 0Feb 28

Java Constructors

Java Constructors: Java constructors or constructors in Java is a terminology used to construct...

Learn More 18 0Jan 5

matrix multipilication,matrix addision

matrix multipilication: package afterfeb13; public class matrixmulti { public static void...

Learn More 17 1Mar 4

Spring Boot,Annotation

What is Spring Boot? Spring boot is a framework for building enterprise java application. Spring...

Learn More 17 1Apr 3

strong,perfect number

Armstrong Java Math.pow() Method The Math.pow() is used to calculate a number raise to the power of...

Learn More 17 0Feb 7

Random Quotes Generator in spring Boot

Quotes Generator 1.controller package com.example.demo.controller; import...

Learn More 17 5Apr 14

Exception Handling

Exception Handling in Java The Exception Handling in Java is one of the powerful mechanism to handle...

Learn More 16 0Mar 17

Bubble Sort,Selection Sort

Bubble Sort Algorithm Bubble Sort is the simplest sorting algorithm that works by repeatedly...

Learn More 16 0Feb 23

Object Class in Java

Object Class in Java Object class in Java is present in java.lang package. Every class in Java is...

Learn More 16 0Mar 6

while loop

package B14; public class num30 { public static void main(String[] args) { int police =...

Learn More 16 0Feb 3

Java User Input (Scanner)

Java User Input The Scanner class is used to get user input, and it is found in the java.util...

Learn More 16 0Feb 18

Task-22/01/2025

Task 1: Assignment - 0: static, non-static Create a class Called Theatre. Declare below global...

Learn More 16 0Jan 25

Super Keyword in Java

Super Keyword in Java The super keyword in Java is a reference variable which is used to refer...

Learn More 16 0Jan 25

count of letter

1) Frequency of Each letter in a given String(key != '*') 2) Non-repeated char. in a given...

Learn More 15 0Feb 25

while loop LCM

DOSA CODE package B14; public class num37 { public static void main(String[] args) { ...

Learn More 15 0Feb 4

forloop-pattern for num 1 2 3 4 5 6 7 8 9 & star pattern

program:1 package afterfeb13; public class patternfornumber { public static void...

Learn More 15 0Feb 13

Inheritance

Inheritance in Java Inheritance in Java is a mechanism in which one object acquires all the...

Learn More 15 0Jan 19

pattern using forLOOP--**U,T,O,N,Z,X,E,F,H,K,M,Y,W,P,Q,R.**

U,T,O,N,Z,X,E,F,H,K,M,Y,W,P,Q,R. package Afterfeb4; public class forlooppattern1 { public...

Learn More 15 0Feb 12

switch , while loop

Java Switch Statements Instead of writing many if..else statements, you can use the switch...

Learn More 15 0Jan 29

while loop sums

1.Look at this series: 53, 53, 40, 40, 27, 27, ... What number should come...

Learn More 15 0Jan 30