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

JavaSE

JavaSE

Great Reads

by Jitendra_Jain04
IBM WebSphere Application Server V8.5 Liberty profile is a flexible and dynamic server profile of WAS which enables the WAS server to deploy only required custom features instead of deploying a big set of available JEE components.
by Vitaly Shelest
Describes an SDK that enables direct Java calls to export functions from regular DLL modules
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

Latest Articles

by Jitendra_Jain04
IBM WebSphere Application Server V8.5 Liberty profile is a flexible and dynamic server profile of WAS which enables the WAS server to deploy only required custom features instead of deploying a big set of available JEE components.
by Vitaly Shelest
Describes an SDK that enables direct Java calls to export functions from regular DLL modules
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

All Articles

Sort by Score

JavaSE 

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 Keerthi_Kumar_N
An alternative way of configuring web.xml using Java
by Shubhashish_Mandal
Add Save functionality in ReportCat, a Java print library.
by lessthanoptimal
With the release of v0.24, EJML is now under Apache 2.0 license and supports fixed sized matrices.
by Hassanoor
Make your Window full screen
by Md Wahiduzzaman khan
It's finally time to jump into the wonderful world of memory management and Garbage collection.
by Salar Hafezi
How to optimize heavy String/Array manipulations
by john0609
This tip will provide the basics and one place use of reflection in Java.
by Zeff Portal
Prohost Scanner
by Yaseer Mumtaz
This small tip will help you to save email with attachment in Outlook's draft folder using Java programming language.
by Phuong Thanh Nguyen
The programs are for sending and receiving emails
by sean_vn
The fast Walsh Hadamard transform (WHT) is done using patterns of addition and subtractions.That means it is extremely fast and also the central limit theorem applies. If you transform an array of random numbers the output numbers will have a Gaussian distribution (aka the Normal...