User-submitted Java Projects

217
4057 reads

February 27, 2013

%g formatter


This example describes to formatted the result using computerized scientific notation or decimal format, depending on the precision and the value after rounding.

83
2749 reads

February 27, 2013

Format


This example describes Formatter that provides support for layout justification and alignment, common formats for numeric, string, and date/time data, and locale-specific output.

113
2681 reads

February 27, 2013

Locale


This example describes to produce objects that each describe a geographical or

215
4370 reads

February 26, 2013

Random class-Guassian value


This example describes the use of Random class to calculate the Guassian value.
The Random class is a generator of pseudorandom numbers. These are called

273
3736 reads

February 26, 2013

Gregorian-Calendar


This example enables you to write programs that can operate in several international

117
2860 reads

February 26, 2013

Calendar


This example describes how to implement Calendar class.

144
2778 reads

February 26, 2013

Date method


This example describes Date class. The Date class encapsulates the current date and time.
Date supports the following constructors:
Date( )
Date(long millisec)

308
4680 reads

February 26, 2013

BitSet


This example demonstrates that how BitSet class creates a special type of array that holds bit values. This array can increase in size as needed. This makes it similar to a vector of bits.

61
1264 reads
saranya_sankar's picture

Submitted by

saranya_sankar
Tags:

student information system
This project about entering student information and retrieving information in efficient manner. it is very useful for university to manage marks and details of students properly.
student information system

Run It Now!
325
4113 reads

February 26, 2013

String-Tokenizer


This example shows the processing of text often consists of parsing a formatted input string. StringTokenizer implements the Enumeration interface. Therefore, given an input string, you can