*Registration From Application * 1.controller package com.example.demo; import...
1) File --> New --> Spring Starter Project 2) Name --> Calculator 3) Select Maven as Type 4)...
step for creating files Enter fullscreen mode Exit fullscreen mode ...
1.what is Spring Boot? Spring Boot is a framework built on top of Spring Framework that simplifies...
package framework; import java.util.HashSet; import java.util.LinkedHashSet; public class...
Java HashMap Example import java.util.*; public class HashMapExample1{ public static void...
package framework; import java.util.TreeSet; public class treeset { public static void...
Key words in While loop: In a while loop, the key Java keywords and concepts used are: while –...
while task.1 A while loop in Java executes a block of code repeatedly as long as the given condition...
Input 1: class Friend1 { String name; long mobileNo; int atmPin; public Friend1(String name,...
Create a class Called PlayGround Create non-static variables as below. int score, balls, catches;...
Create a class 'Employee' Have main method in it. Inside main method, create an object. Using this...
Task 3: Create a class called WaterBottle Have below method in it. public void...
Task 2: Create a class called WashingMachine Have below method in it. public void...
Task 1: Create a class called TV Have below method in it. public void...
Task: Create a class Called Player Have main method in it. Inside main method, create an...
output V
today I research the topic of arguments in java. and about the website and i got some of the...
today i lead in the class is how object and class work in the java programing language. step 1: ...
day3 task STEP 1 *First i open text Editor on Linux and. i start coding for first the time. in...
today i learn object and class. sir told as the an object is an fundamental concept in object...
today is the first day of learned java. in the class sir teach as features of java. and the end of...