Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
File Handling in Java In Java, with the help of File Class, we can work with files. This File Class...
The Luhn algorithm doesn't have a formula in the conventional mathematical sense. Instead, it's made...
Collections in Java The Collection in Java is a framework that provides an architecture to store and...
Sum of Number package Afterfeb4; public class sumofnumber { public static void main(String[]...
1.small to capital package String_start; public class small_caps { public static void...
String: Strings are used for storing text. A String variable contains a collection of characters...
Java Variables: A variable is a container which holds the value while the Java program is executed....
*Primitive datatype to String-->Strins s==string.vauleof(100)//static...
It was the first interview I attended as a Java Developer. I had some fear inside me before attending...
Changing order of number package pratice; public class arr192837 { public static void...
Gross matrix:X package afterfeb13; public class multidimarray { public static void...
Java Constructors: Java constructors or constructors in Java is a terminology used to construct...
matrix multipilication: package afterfeb13; public class matrixmulti { public static void...
What is Spring Boot? Spring boot is a framework for building enterprise java application. Spring...
Armstrong Java Math.pow() Method The Math.pow() is used to calculate a number raise to the power of...
Quotes Generator 1.controller package com.example.demo.controller; import...
Exception Handling in Java The Exception Handling in Java is one of the powerful mechanism to handle...
Bubble Sort Algorithm Bubble Sort is the simplest sorting algorithm that works by repeatedly...
Object Class in Java Object class in Java is present in java.lang package. Every class in Java is...
package B14; public class num30 { public static void main(String[] args) { int police =...
Java User Input The Scanner class is used to get user input, and it is found in the java.util...
Task 1: Assignment - 0: static, non-static Create a class Called Theatre. Declare below global...
Super Keyword in Java The super keyword in Java is a reference variable which is used to refer...
1) Frequency of Each letter in a given String(key != '*') 2) Non-repeated char. in a given...
DOSA CODE package B14; public class num37 { public static void main(String[] args) { ...
program:1 package afterfeb13; public class patternfornumber { public static void...
Inheritance in Java Inheritance in Java is a mechanism in which one object acquires all the...
U,T,O,N,Z,X,E,F,H,K,M,Y,W,P,Q,R. package Afterfeb4; public class forlooppattern1 { public...
Java Switch Statements Instead of writing many if..else statements, you can use the switch...
1.Look at this series: 53, 53, 40, 40, 27, 27, ... What number should come...