Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Languages / Java / JavaSE / J2SE5

J2SE5

J2SE5

Great Reads

by Javin Paul
Memory Mapped IO is one of the fastest IO options available for Java program. If you are writing latency sensitive application, where IO can skew your numbers, then using MemoryMappedByteBuffer is a good option.
by Mario Fusco
This article shows with an example some rules for effective concurrent programming
by daniel_at_work
Stratagies for managing application properties in Java
by Piyushkp
http://www.cs.ucsb.edu/~ebelding/txt/infocom06.pdf

Latest Articles

by Javin Paul
Memory Mapped IO is one of the fastest IO options available for Java program. If you are writing latency sensitive application, where IO can skew your numbers, then using MemoryMappedByteBuffer is a good option.
by Mario Fusco
This article shows with an example some rules for effective concurrent programming
by daniel_at_work
Stratagies for managing application properties in Java
by Piyushkp
http://www.cs.ucsb.edu/~ebelding/txt/infocom06.pdf

All Articles