1.Create a class Trial with PSVM create an array of names of length 5 -> String[] names = new...
Step:1. Create New Maven Project Step:2. Add this context dependency in pom.xml to create console...
Lombok is used to reduce boiler plate code. Step:1.Create project with Lombok as a dependency. ...
for loop for-in loop for-of loop for loop: We need to provide initialization, condition and...
Autowiring: Autowiring means wiring the dependency in the particular class by SpringFramework. We...
Variables: It is a container to store values or it is named memory location. it is also called as...
Java script is scripting language as well as programming language. Using HTML and css we build static...
Data Types in Java Data types specify the different sizes and values that can be stored in the...
1. Reversing String using charArray `package com.string; public class Reverse_String { public...
Guessing the number game: `package com.first; import java.util.Random; import...
1.Displaying vowels from the string `package com.practise; import java.util.Scanner; public class...
Interface vs abstract class Interface: In real world remote acts as a interface between person and...
Printing numbers in the order : 1,10,2,9,3,8,4,7,5,6 public class AlternateNumbers { public...
1.Spring Web- The spring-boot-starter-web dependency in Spring Boot facilitates the development of...
Weather display based on the city we are giving in the text field using springboot and Rest...
1) What is Java? Java is a high-level, object-oriented, robust, secure programming language,...
Calculator Project (Arithmetic operation) 1.Create New Starter Project 2.Add Spring web, thymeleaf...
Spring Framework It was developed by Rod Johnson in 2003. Spring framework makes the easy development...
What is Framework? Framework means pre-written code structure or template, developers can reuse them...
Java features also called as Buzz words. They are Simple Object-Oriented Portable ...
What is JAVA? JAVA is a multi paradigm programming Language. It is a widely used...