July 13, 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

Spring boot Swagger Configuration

By admin
September 12, 2022
in :  Spring boot
0
666

in this tutorial help you to learn Swagger Configuration. in earlier spring testing purpose we used postman tool. this tool is good but we have to install and and every testing need open and check it.instead of we can Swagger . it is best one just only add the dependencies  in to the pom.xml file only its works. i attached …

Read More

max,min,total,average calculation using java

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

create a 3 element integer to calculate and following min numbers max numbers total average

Read More

Array counting the 0 in Java

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

Create a 10 element integer array and store some integer values display as the counting of 0. public class JavaEx { public static void main(String args[]) { int numbers[] = {10,15,0,0,6,0,0,1,6,4}; int x,count,len; count = 0; len = numbers.length; for(x= 0; x < len; x++) { if(numbers[x]==0) { System.out.println(numbers[x]); count++; } } System.out.println(count); } } above examples  int numbers[] = …

Read More

DataInputStream using Java

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

in this tutorials you will be learning  DataInputStream using Java.input the integer number and float number and press enter key then show output as readable integer number and float number. import java.io.DataInputStream; public class JavaEx { public static void main(String args[]) { DataInputStream in = new DataInputStream(System.in); int Intnum = 0; float Floatnum = 0.0f; try { System.out.println("Enter the Integer"); …

Read More

Math Function using Java

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

Assume that we have to compute and print the square root of the number. public class JavaEx { public static void main(String args[]) { double a = 10; double b; b = Math.sqrt(a); System.out.println("b " + b); } }    

Read More

Student grade Calculation Console using Java

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

Input the Student name,marks for 3 subjects,calculate the avg,grade. In order to calculate the grade using following conditions.

Read More

Employee Gross wage Calculation using Java

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

input employee number,hourly rate calculate and display the gross payment using following condition. if the employee work more than 40 hours then he will be paid the hours work over 40 at the rate of two times than the normal rate others get the normal payment.

Read More

Employee Salary Calculation using Java

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

Input the employee name and basic salary calculate and display the netsalary using following condition if the basic salary is more than 50000 then include 10% Tax if the basic salary is more than 30000 then include 5% Tax otherwise no Tax.

Read More

Student Advanced Grade calculation using Java

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

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
622

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
1...181920...50Page 19 of 50

Recent Posts

  • 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
  • Best Festivals UK 2025 [Free Guide Included]
  • Bank Holidays 2025 UK – Plan Your Perfect Long Weekends

© Copyright 2020, All Rights Reserved Powered by Tutussfunny