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

How to Find Odd or Even Numbers using Java Swing

By admin
June 11, 2021
in :  Java
0
1,314

This tutorial will teach you How to Find Odd or Even Numbers using Java Swing. Paste the Code Inside the Ok Button int num = Integer.parseInt(txtnum.getText()); if(num % 2 == 0) { JOptionPane.showMessageDialog(this, num + " : is Even "); } else { JOptionPane.showMessageDialog(this, num + " : is Odd "); } i have attached the video link below. which …

Read More

Spring Boot Login and Logout with MySQL Database

By admin
June 7, 2021
in :  Spring boot
0
18,338

This Tutorial will teach you how to make the Spring Boot Login and Logout with MySQL Database. Domain First you must Create the package com.example.LindaSchool.Logindomain. inside the package you have to create the class. i have created the table name  which is records in the database. this annotation  @Table(name=”login”) indicate the table name of the database. Entity annotation @Entity indicate as Entity of class. …

Read More

Sales Chart using php and mysql

By admin
June 6, 2021
in :  php
0
3,041

This Tutorial will teach you how to make the Sales Chart using php and mysql. In order to create the project i have used editor as PHPStrom. First Step Establish the Database Connection Create the Page db.php. <?php $servername = "localhost"; $username = "root"; $password = ""; $dbname = "salesdb"; $conn = mysqli_connect($servername,$username,$password,$dbname); ?> After that design the index page. …

Read More

PHP Mysql Ajax Project Step by Step

By admin
June 6, 2021
in :  php
0
1,815

This Php Ajax Project will teach you how to do basic database functions that are CREATE RETIEVE UPDATE and DELETE. using Mysql Database using Ajax. The INSERT, SELECT, UPDATE and DELETE statements can be used in any database system, because this is support by all relational database systems.The project is very helpful for learn Ajax technology.   All the libraries …

Read More

Login and Logout Form with Session in PHP MySQL

By admin
June 6, 2021
in :  php
0
1,304

This Tutorial will teach you how to make the Login and Logout Form with Session in PHP MySQL. In order to create the project i have used editor as PHPStrom First Step you have to Establish the Database Connection. i have created the file which name is db.php. <?php $servername = "localhost"; $username = "root"; $password = ""; $dbname = …

Read More

Employee Allowance Payroll System Java Mysql

By admin
June 6, 2021
in :  Java
0
900

This tutorial will teach you how to make simple Payroll System using Java and Mysql. we will be teach step by step.if you like to learn java projects this is right place to learn. First we have to make a Simple Employee Registation form with auto generated Id public void autoId() { try { Class.forName("com.mysql.jdbc.Driver"); con = DriverManager.getConnection("jdbc:mysql://localhost/spay","root",""); Statement s …

Read More

Java Mysql OOP Swing Application

By admin
June 2, 2021
in :  Free Projects
0
3,441

This OOP Student Crud Project will teach you how to do basic database functions that are CREATE RETIEVE, UPDATE and DELETE and SEARCH using mysql Database. The INSERT, SELECT, UPDATE and DELETE statements can be used in any database system, because this is support by all relational database systems.will discuss about how to work with oop using crud operations are …

Read More

Currency converter using Using Android Studio

By admin
May 30, 2021
in :  Android Studio
0
9,269

This tutorial will teach you how to make make a Currency Converter  app Using Android Studio step by step.it will help you convert the currency easily.

Read More

Spring Boot Crud For Beginners

By admin
May 30, 2021
in :  Spring boot
0
2,181

This Spring boot tutorial will teach you how to do basic database functions that are CREATE RETIEVE, UPDATE and DELETE and SEARCH using mysql Database. The INSERT, SELECT, UPDATE and DELETE statements can be used in any database system, because this is support by all relational database systems. We will learn how to INSERT, SELECT, UPDATE and DELETE and  SEARCH …

Read More

Inventory Management App Android Studio Sqlite

By admin
May 21, 2021
in :  Free Projects
0
2,063

This tutorial will teach simple point of sales app step by step.this system developed by java and sqlite. this project is built to manage category,brand,products, and transactions. this app is user friendly so it is easy to use. sqlite is the backend of  this app. To run this software, you need  to install Android Studio. Features Category The system shall …

Read More
1...333435...50Page 34 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