User-submitted Java Projects

143
2520 reads

February 27, 2013

Resource-Management


This example describes the Formatter class to deal with Automatic Resource Management.

77
2436 reads

February 27, 2013

Custom Date Format


This example demonstrates to create custom date format according to user/programmer.

397
5980 reads

February 27, 2013

Space Format


This example describes how to put spaces between integer values with Formatter.

243
4344 reads

February 27, 2013

Justify


This example describes how to formatted data/values in left alignment for creating tables and other interactive GUI's.

151
2593 reads

February 27, 2013

Precision


This example describes the precision modifier of data type. For instance Floating-point numbers, also known as real numbers, are used when evaluating expressions that require fractional precision.

62
4676 reads
Railway Reservation System
The Project about Railway information system.
Railway Reservation System

Run It Now!
129
2525 reads

February 27, 2013

Table with Formatter


This example shows description of field width with integer data type and creates a table with appropriate space between values.

216
3344 reads

February 27, 2013

Field width


The following example describes field width with float data type.

162
3693 reads

February 27, 2013

conversion-type-character argument


This example describes the conversion type character for integer and % symbol.

335
5493 reads

February 27, 2013

Date-Format


This example describes the time-formatting and date-formatting with the help of Formatter class.