Classes in Java
From codeuu,source code
| A CLASS SHOWS HOW INTERFACE,INHERITANCE,ABSTRACT CLASSESS WORKS |
To show how interface, abstract classes works
| Banking in Java |
Application to implement a Banking system that has the following details for a current account customer:
| Boat Test |
This Code is very Simple about checking out Boat Numbers of Boat Sails....Check it out for more info :) ....If you have any query email me @ amazon707@gmail.com ....Thanks-- Samiha Esha :)
| BigDecimal utilities |
Do you hate how you really can't do much with the BigDecimal package? Would you like to do things like sin and cos and log and square roots (or third or fourth roots) and the list goes on? Would you like to learn how to calculate thousands of decimal places for pi efficiently? It's a single class file, and I'm really a beginner java programmer (I won coder of the month in the VB section).
| Simple Chat Program |
This is a Simple Chat Program By Java/Visual J++ 6.0
| Calculate area |
Calculate the area of user selected shapes,great for biginners.
| Celcius.java |
A Simple java program that will convert fahrenheit to celsius
| cookie handling in servlet |
this is a servlet in which i have implemented a cookie handing
| CSV File Parser Version 2.0 |
This version two has improved code to detect the separator format and automatically eliminates null values. It can resolve the word1,word2 OR "word1","word2" . PLS DONT FORGET TO VOTE. You may modify the code as you wish.
| Chat |
Chat Client Servier
| Color Changer |
By moving the sliders the color of the text changes written below, this module can be used in other applications
| Exception Handling in Java |
Demonstrates the Exception handling in Java
| Exception Handling1 |
Demonstrates the exception handling in Java
| Fake Folder |
Fake/Unfake ur Folders with this program.
| input/output |
This code accepts a command line argument and displays
| Increment |
PreIncrementing and PostIncrement
| Java Tutorial - Class |
This article serve as an introduction to Java class to developers who are new to Java Programming language and it provides an overview on the implementation of Java class through step by step tutorial.
| Java Client Side Database |
JCDatabase (Java Client-side Database) is an alternative to JDBC with the following advantages: (1) JCDatabase does not require you to run a database server or configure your system to provide access to a local database, (2) JCDatabase can be deployed either on a server for access by many users or as part of a traditional client-side application using direct file access and (3) JCDatabase has the actual database built into it, leveraging the standard Java file access methods.
| Method Finder |
If you are not using any Development Environment to design Java programs, You may facing problems, how to find method names and return types of predefined java library classes such as java.lang.String. You can solve that problem easily by Using Method Finder . You can download and run it. For more details visit @ http://www.geocities.com/sujeewa_ruwan/index.html
| My Turtle Graphics Interpreter (v 1.0) |
This is a Graphics Language Interpreter Inspired from Logo's TurtleGraphics.
| numberfunctions.java |
This program will take a number between 1 and 1000, split up
| NumerosAleatorios NumberRandom |
este programa muestra al azar 10 numeros aleatorios en la pantalla de la consola--> this program show 10 numbers in random in the console screen.
| NumberToWords-Using 1DArray |
The Code Convert Threee Digit Number into Words..
| Pass by reference |
Shows how tp pass values by reference in java.
| Pass by value |
Shows how to pass a value by value.
| Producto Multiplication |
este programa utiliza el sistema cliente-servidor por lo cual son dos clases que hacen el producto entre dos numeros-->this program used the system client-server for this reason are two class and multiplication many numbers.
| parameter handling in servlet |
its a servlet class which handles the parameters passed to it and respond the client
| Plugin Architecture |
This small application gives u a simple implementation of how to create plugin architecture in your application.
| playing card |
A generic playing card for games such as solitare, poker, pyramid etc. Stores the suit, rank, visible side and optionally an image for each side. Uses static values to allow easy comparisions such as playingCard.ACE. After providing the suit it will tell you what colour the card represents, useful for games such as solitare. Also supports JOKER cards.
| Queue Data Structure Class and Usage Example |
This code includes the class for the Queue Data Structure. It also includes another example application that uses the Queue Class.
| String Tokenizer |
Code demonstrates the usage of String Tokenizer in Java. It can be used to
| Simple Class |
Shows a simple java program which contains two classes.
| Simple Automobile class |
To illustrate a simple class declaration in Java with one method. Something for newbies.
| Super7.java |
This program will randomly generate the numbers for a Super7 lottery ticket. Each board for this lottery displays 7 random integers between 1 and 49
| SetOfInt |
Set of Integer numbers
| shape area test (Polymorphism) |
To find the area of a circle and a square using polymorphism.
| Stack Data Structure Class |
Data Structure STACK class is provided where you can push and pop data.
| SumaEnteros Plusintengers |
este programa utiliza el sistema cliente-servidor por lo cual son dos clases que hacen la suma entre dos numeros-->this program used the system client-server for this reason are two class and plus two numbers
| session handling in servlet |
this is a servlet in which i ve implemented session handling
| SMTP MAILER |
Mail Client
| SMTP Client with MIME Extension |
A Mail Client, can mail at any specified address.
| Shamsi Date |
This code converts the Farsi date to Englis Date
| Simple Java program with PostgreSQL |
to help all beginners like me
| Throwing an exception |
The code shows how to throw an exception in the progam.
| ThreadPool |
I included source this time(forgot it in the last release).The purpose of a ThreadPool is to make multithreading fast and easy. It will take objects that implement the Runnable interface and run them. If there arnt any threads available to run the tasks, the tasks are placed in a que until a thread in the ThreadPool becomes available. The best thing about thread pools is that the threads never die, thus saving CPU time of creating objects, destroying objects, and garbage collection.
| TIC TAC TOE in Java |
Just its a tictactoe ,a simple game
| Use of Reflaction Class |
This Java Programme give you the
| use images in web applets |
Static class used to get an image/imageIcon/byte array of a specified image, using the relative file address. Java Applets normally do not allow you to use images, but this class gets around the restriction.
| Using OOP |
Using Object Oriented Approach with designing class and objects and Use them with a simple example for a Company Information
| SuperCashier |
You will input the name of a product, price, amount etc.Then it will compute the total price. I don't really know where this program will be compatible. What jdk will it work at?
| WorkingClass |
This app reads a database and generates the body of a java Class file for a specified table.
