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 Andy Point
Today Almost all web and mobile apps come with Google and Facebook Login, This is a really useful feature for both the app developer and the user, since almost everybody tend to have a google/gmail and facebook account and moreover while logging in with google you don’t need to remember your UserId
by hoonzis
This is a short post describing how to implement a simple tool to manage CORBA Naming Service.
by Matt Stine
Deploying Grails with Groovy
by Andy Point
Google Maps Nearby Places API Hello Guys. Hope all of you are doing well. In this tutorial, we will learn how to add the markers on nearby places in Google Maps API using Retrofit . We will name this App as Google Maps Nearby Places API.
by Andy Point
Google Maps Search Nearby In this post we will learn how to find nearby places in Google Maps. We will first see how to get current location of user and then will add marker on nearby places like Restaurants, Hospitals, Schools etc. You can see demo of this post (Google Maps Search Nearby) in above
by XPG Live
This is a continuation of the How To series. The first post is here.
by Chris Boss
Is Object Oriented Programming Overrated?
by hoonzis
Description of how to add some additional functions - create new company, edit company's details
by hoonzis
How to extend the detail page of a company by adding a list of products of the company and a drop down list box, which will allow a user to add a new product to the list of the products of the company.
by hoonzis
This post discusses the different possibilities to mock the behavior of Calendar class in Java, in order to unit test the business methods which depend on this class. Three solutions are proposed.
by Zac Gery
In the world of enterprise development, interacting with a database can become a daily occurrence.
by Afzaal Ahmad Zeeshan
This blog post focuses on debugging concept. It is meant for novice people who want to learn what is debugging and how to debug an application.