Important alert: (current site time 5/21/2013 8:46:38 PM EDT)
 

Other Entries by Rekha Ram Chaudhary.

Search Results: Page 1 of 1 found. Entries 1 - 5 of 5 found
  Description
Compatibility
Level/
Author
Views/
Date
Submitted
User Rating
 
  Color PaletteColor PaletteJava (JDK 1.5)Intermediate /
Rekha Ram Chaudhary
1109 since
5/29/2012 8:25:28 AM
Unrated
       Create a color palette with matrix of buttons Set background and foreground of the control text area by selecting a color from color palette. In order to select Foreground or background use check box control as radio buttons.
 
 
  LISP-like List in Java to perform functions like car, cdr, consLISP-like List in Java to perform functions like car, cdr, consJava (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5)Beginner /
Rekha Ram Chaudhary
2507 since
6/30/2011 4:02:26 PM
Unrated
       <b>Implement Lisp-like list in Java. </b> Write basic operations such as 'car', 'cdr', and 'cons'. for example if L is a list [3, 0, 2, 5], L.car(0) returns 3, while L.cdr(3) returns [0,2,5].
 
 
  MULTITHREADED--PRIME AND FIBONACCI NUMBERMULTITHREADED--PRIME AND FIBONACCI NUMBERJava (JDK 1.5)Beginner /
Rekha Ram Chaudhary
2637 since
11/2/2011 5:28:04 PM
Unrated
       a multi-threaded Java program to print all numbers below 100,000 that are both prime and fibonacci number (some examples are 2, 3, 5, 13, etc.). Design a thread that generates prime numbers below 100,000 and writes them into a pipe. Design another thread ...(description truncated)
 
Please support the site by visiting our sponsor:
 
  Object Serialization(Read and Write)Object Serialization(Read and Write)Java (JDK 1.5)Beginner /
Rekha Ram Chaudhary
1450 since
11/2/2011 5:28:01 PM
Unrated
       Design classes for Currency, Rupee, and Dollar. Write a program that randomly generates Rupee and Dollar objects and write them into a file using object serialization. Write another program to read that file, convert to Rupee if it reads a Dollar, while l ...(description truncated)
 
 
  Simple CalculatorSimple CalculatorJava (JDK 1.5)Intermediate /
Rekha Ram Chaudhary
2387 since
8/15/2011 6:21:57 PM
Unrated
       its a simple scientific calculator ..... made exclusively in java....Click here to see a screenshot of this code!(ScreenShot)
 


Search Results: Page 1 of 1 found. Entries 1 - 5 of 5 found

Compatibility Filter Profile:

Java (JDK 1.1)
Java (JDK 1.2)
Java (JDK 1.3)
Java (JDK 1.4)
Java (JDK 1.5)