Comparison of C Sharp and Java

String life in java

The following java project contains the java source code and java examples used for string life. A simple cellular automaton type program that mainipulates a String based on its characters. Provides an example of how patterns can arise out of (psuedo)randomness.

Primelister.java

The following java project contains the java source code and java examples used for primelister.java. This program lists as many prime numbers as you wish. It can find about a million in 2-10 minutes.

Object sorter in java

The following java project contains the java source code and java examples used for object sorter. just some simple code to help those who might wish to sort an array of objects based on some comparable value, sorts person objects into an array based on age. Also includes person class.

Isleapyear in java

The following java project contains the java source code and java examples used for isleapyear. The purpose is to let beginners such as myself to learn how to find out whether that particular year is a leap year.

Inherited annotations in java

The following java project contains the java source code and java examples used for inherited annotations in java. Despite the fact that the fully operational annotation mechanism appeared in Java not so long ago, many developers have appreciated this new possibility of Java API and use it in their programs.

Pages

Subscribe to RSS - Comparison of C Sharp and Java