December 02, 2025
Trending Now
  •    Build a Simple Water System Calculator in Java...

  •    Registration with image upload Java Jdbc(Down...

  •    Touchable shop Pos system using Java...

  •    Build Your First Responsive Login Form Using H...

  •    Java Beans...

Click Here to Buy Our Courses

  • Home
  • About Us
  • Java
    • Java for Beginners
    • Java Projects
    • Java Console Application Projects
  • C#.net
  • Angular
  • Reactjs
    • ReactJS Introduction
  • Node JS
  • Android Studio
  • Jsp
  • Servlet
  • python
    • Python for beginners
  • Spring boot
  • Laravel 8
  • Laravel 9
  • Asp.net MVC
  • php
  • Flutter
  • Free Projects
  • Contact us
  • Privacy Policy

Student Advanced Grade calculation using Java

By admin
September 9, 2022
in :  Java, Java Console Application Projects
0
360

this tutorial on java we are going to teach the advanced student grading system using following condition

Read More

Student Grade Calculate using Java

By admin
September 8, 2022
in :  Java, Java Console Application Projects
0
641

this tutorial will teach you write the java program to calculate and display student grade system.i have written the simple example . Input the Student name,marks for 3 subjects,calculate the avg,grade. In order to calculate the grade using following conditions. if the average is greater than 50 awarded as “Pass” Other wise “Fail”

Read More

Data annotations using Spring Boot

By admin
September 7, 2022
in :  Spring boot
0
592

In this tutorials will teach you @AllArgsConstructor and @NoArgsConstructor @Data annotations.what is the purpose we use this annotations is if we have a class it has Argument Constructor and No Argument Constructor and Getter and Setters and String Method. instead of implementing all of these.

Read More

Id already exists in the database Spring boot Mysql

By admin
September 5, 2022
in :  Spring boot
0
1,015

In this tutorials will teach you how to do the validation in Spring boot.this tutorials continue from the last article if you are not read in the last article please read and come here . it is checking the employee id is already exists or not. if it is exists display the warning message as   “Employee ID Already Exists” …

Read More

Spring boot JPA Save records to Mysql database

By admin
August 30, 2022
in :  Spring boot
0
752

In this tutorials will teach you how to do the Restful API to add the records in to the mysql database.how to insert the records into mysql database step by step via spring boot  layer architecture process using industrial standards.

Read More

Spring boot DTO Creation

By admin
August 29, 2022
in :  Spring boot
0
290

this tutorials will help you to create the DTO. First you have have to create the class EmployeeDTO.java package com.springschool.firstapp.dto; import org.hibernate.annotations.Type; import javax.persistence.Column; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import java.util.ArrayList; public class EmployeeDTO { private int customerId; private String customerName; private String customerAddress; private double customerSalary; private ArrayList contactNumbers; private String nic; private boolean activeState; public EmployeeDTO() { …

Read More

Spring boot Mysql Database configuration

By admin
August 28, 2022
in :  Spring boot
0
454

In this tutorials will discuss the how to configure the MySQL database with Spring Boot Intellij Idea.will do it step by step.

Read More

Spring boot Entity Creation | Table Creation

By admin
August 26, 2022
in :  Spring boot
0
388

In this tutorial will talk about the Entity Creation. lets discuss what is the entity creation. Entity creation nothing but a table creation.in your core java application your create the database then create the table the same thing in spring called as entity.

Read More

Spring Boot Application Architecture

By admin
August 26, 2022
in :  Spring boot
0
1,189

Spring Boot Application layer Architecture is must before developing the spring boot project. This Architecture explained how to developing spring boot project step by step. How to connect with front-end and back-end application.

Read More

Spring boot GetMapping annotation

By admin
August 23, 2022
in :  Spring boot
0
511

In this tutorials explain the following annotation. @GetMapping :-  used for HTTP Get request This is an important annotation. i have explained with example below. I have attached the video tutorial below. and explain the easy steps to understand the process. TestController package com.springschool.firstapp.controller; import org.springframework.web.bind.annotation.*; @RestController @CrossOrigin @RequestMapping("api/v1/test") public class TestController { @GetMapping(path = "/get-Text-1") public String getMyApp() { …

Read More
1...192021...51Page 20 of 51

Recent Posts

  • Tesla Pi Phone: Is This the Next Super-Phone? Full Review & Details
  • Tailwind CSS Inventory Management POS Project (Free Source Code)
  • Build a Simple Water System Calculator in Java Using Swing
  • GitHub Copilot vs Microsoft Copilot Best AI Tool to Use in 2025
  • Chat with Claude AI Free – Your Super-Smart AI Buddy

© Copyright 2020, All Rights Reserved Powered by Tutussfunny