3 Types of FILE IO in JAVA part1

Submitted by moazkhan on

TUTORIAL NO 10

3 Types of FILE IO part1

In this tutorial you will learn: File Reading using 1. Standard Input Output 2. New Input Output 3. New Input Output2 4. Anonymous classes Today I am going to teach you how to read files in java using all the three types of methods available in java. The standard input output was the oldest after that new input output was used and now new input output is being used.

Retrieving Data in MySQL/PHP

Submitted by Yorkiebar on
Introduction: This tutoral will show you how to simply retrieve data using PHP from a MySQL database. Required: Before you can retrieve the data, you must have the following: 1) A webhost or localhost. 2) A database in your MySQL service. 3) A table with data in your MySQL database. Creating a Database: To create a database in your MySQL service, simply go to the MySQL Databases feature of your

Writing your own BigInteger Class in JAVA

Submitted by moazkhan on

TUTORIAL NO 9

Writing your own BigInteger Class

In this tutorial you will learn: 1.Console Applications 2.Input in console 3.Strings 4.Arrays 5.Conversion of Strings Today I decided to write a different type of tutorial. Instead of working with GUI I decided to make a console application this time only because we didn’t made any console application in our tutorials. So today I am going to teach you how to make a BigInteger class. Integer occupies 8 bytes i.e 32bits in memory and the last 32nd bit is reserved for the sign.

Fix N Mix Payroll System

Submitted by janobe on
This Payroll System is the project of the third year bachelor of Science in Information Technology students of Kabankalan Catholic College for their Software Engineering subject. It is made up of Visual Basic 2008 and MySQL for their database. It also generates reports using the Crystal Reports. This system contains the following features: Log In and Log Out. Payroll (adding, listing and searching

Advanced Web Store Using PHP/MySQL

Submitted by donbermoy on
This is an Advanced Web Store of Dadad's Merchandising, a food establishment providing food ingredients. This is designed like the lazada.com as having the shopping cart and an online ordering system. The features of this system are the following: - order product online - add, edit, delete product - shopping cart designed - search product in home tab - send order confirmation via email - manage

Bouncing Ball Animation in JAVA using MutiThreading

Submitted by moazkhan on

TUTORIAL NO 8

Bouncing Ball Animation in JAVA in MutiThreading

In this tutorial you will learn: 1.Multi Threading 2.Inner Classes 3.Swing Animations 4.JAVA awt 5.JAVA swing 6.Adapters A lot of newbies ask this question how to make a bouncing ball animation in java using graphic elements so I decided to address this problem and today I am going to teach you how to make a very simple bouncing ball animation in java. In this tutorial we will be working in JAVA SWING.

How to Encrypt a File in C#

Submitted by donbermoy on
In this tutorial, I will teach you how to encrypt a file using C#. This is different in encrypting just only a textbox, but here we will encrypt the content of a file. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application in C# for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application and name your project as Encrypt and Decrypt. 2.

Printer settings: Display the list of valid paper sizes

Submitted by donbermoy on
This tutorial will teach you on how to get and display the list of valid paper sizes of the printer. I already have this tutorial on how to display the list of printers installed in the computer. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application in C# for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application and name your project as Printer Settings. 2.