Click here to Skip to main content
15,895,817 members
Everything / Programming Languages / Java / Java SE

Java SE

JavaSE

Great Reads

by Prasad Khandekar
A dropline menubar control tag library for JSP.
by Ata Amini
Implement Gauss-Newton algorithm in Java to solve non-linear least squares problems; i.e. to find minimum of a function.
by Afzaal Ahmad Zeeshan
This article discusses Android programming and aims at teaching you about Android programming for Camera and Widgets.
by Zac Gery
In the world of enterprise development, interacting with a database can become a daily occurrence.

Latest Articles

by Dmitriy Gakh
An introduction to Genetic Algorithms with brief reference to biology and example of finding one solution for complex mathematical equation
by User 257328
Demonstrates how to call ASP.NET webservices from the client within other languages and platforms
by Ata Amini
Implement Gauss-Newton algorithm in Java to solve non-linear least squares problems; i.e. to find minimum of a function.
by Prasad Khandekar
An INI file manipulation class with support for environment variables

All Articles

Sort by Updated

Java SE 

16 Jun 2009 by .Shoaib
Speed up object serialization in Java.
11 May 2009 by abcbalaji
Java code to create your own face collage
23 May 2000 by Abhijit Bhole
A set of MFC classes the duplicate the Java Swing look and feel
6 Jun 2012 by abhinav_soni
Very simple XML based framework for client and server side validation frameworks in Java.
15 May 2012 by abhinav_soni
Support for Delegates, Events and Pass by ref in Java using bytecode manipulation
31 Oct 2008 by Addison-Wesley
This chapter concerns creating and destroying objects: when and how to create them, when and how to avoid creating them, how to ensure they are destroyed in a timely manner, and how to manage any cleanup actions that must precede their destruction.
15 Feb 2011 by Addison-Wesley
This chapter gives you a better understanding of what Flex is, both as a technology and as a development environment (Flash Builder).
21 Apr 2011 by Adrabi Abderrahim
This article describes how to create a basic modular Java Enterprise Application, by using these Open Source frameworks
5 Dec 2015 by Afzaal Ahmad Zeeshan
This article discusses Android programming and aims at teaching you about Android programming for Camera and Widgets.
12 Jan 2008 by ajalilqarshi
This article covers calling Java functions from C using JNI. It also covers passing/returning simple parameters, arrays, and structure arrays in Java functions.
3 Apr 2009 by Akshay Bapat
Did it for the sake of a mini-project... Watch out for my real project...
3 Feb 2004 by alfreds
A near to perfect clone of the very popular Yahoo messenger. Purely written in Java and SWING, this messenger also uses the capabilities of JNI and JAWT to provide some features.
16 May 2008 by Alice Huang
In this tutorial, I will try to explain how to use JNI auto loader for JAR file.
5 Dec 2008 by Alina Simion
A distributed database management system, having a main server-LookupServer, several DatabaseServers and Clients, using java.nio for communicating.
20 May 2009 by ambatisreedhar
An open source Content Management System (CMS) built on top of Java
18 Jun 2011 by Amit Kumar Dutta
Discusses a technique to record current geographic location from mobile and display in web pages (with Location History Browsing)
21 Jun 2016 by AmosShi
Watch the Java class file visually & interactively for the meaning of every byte
12 Sep 2005 by Anand Manikiam
Java and .Net interop using Sockets. Article explains a bit at both ends that will allow passing of primitive data between a Java socket server and C# client(s)
20 Jun 2002 by Animesh Srivastava
A Hashtable provides a key-value lookup functionality. Hashtable in java.util.Hashtable is not guaranteed to Enumerate (or Iterate) keys in the same order as they were put in. This article explains how to implement ordering in a Hashtable.
15 Nov 2007 by AnOldGreenHorn
An article on socket programming in raw C++ on the Windows platform
28 Jan 2010 by Anton Grigoryev
Command-line UI auto-generation to easily make code runnable.
21 Sep 2009 by Apriorit Inc, Oleksandr Dodatko
This article describes the process of initial configuration and basic work with Palm Web OS on the lower level than it's described in Palm SDK docs.
31 Mar 2006 by Armoghan Asif, farooqmian
Bridging the gap between Java and C#, JMS specific message have been send to C# client using web services.
6 Apr 2009 by arnavguddu
This article demostrates how to access MS Access databases from Java.
1 Mar 2010 by Arun Reginald Zaheeruddin
A step-by-step guide taking a beginners' approach at effectively creating UI components in Java. This tutorial takes you through the initialization to the completion of an aesthetically pleasing UI component in Java.
31 Aug 2004 by Ashraf Mohamed
Read/write the local machine file system using a signed applet
14 Jun 2005 by Ashraf Mohamed
13 Mar 2017 by Ata Amini
Implement Gauss-Newton algorithm in Java to solve non-linear least squares problems; i.e. to find minimum of a function.
28 May 2008 by Atul Saini
A performance analysis of publish/subscribe throughput
11 Oct 2010 by b4rc0ll0
A useful launcher for JAR executable files, with Splash Image function
8 Nov 2010 by b4rc0ll0
Create a smart Java component used as accordion menu. Explains how to create visual transition effects, and simple icons management. Also shows how to create a hierarchy of components with an easy cascade management.
17 Jun 2009 by becker666
Extend a field to make into a chart/plot field
1 May 2008 by bijulsoni
This article describes a way to perform remote lookup of EJB 3.0 session bean into simple Java application.
1 Jan 2013 by bijulsoni
This article provides a brief introduction about graph data structure with BFS and DFS traversal algorithm.
8 Dec 2008 by Bikash Shaw
JSP custom tags provide a standardized mechanism for separating the presentation and business logic in a dynamic web page, allowing page designers to focus on the presentation while application developers code the backend.
6 Jan 2009 by Bikash Shaw
Web Services Interoperability
18 Nov 2010 by Bikash Shaw
Don't deploy your application in Jetty, deploy Jetty in your application
14 Feb 2013 by Biswas, Sumit
Command Line Interface (CLI) Performance Testing using java
20 Mar 2000 by Buddy
A simple application that hides the JVM console window while your JVM GUI runs
29 Apr 2009 by BurkHufnagel
Suggestions to improve your approach to API design.
1 May 2009 by BurkHufnagel
Three examples of Java code that doesn't do what you'd expect
5 Jul 2008 by Cedric Beust
An article that discusses Scala's case classes
23 Mar 2006 by Chayan
IKVM.NET is an open source implementation of Java for Mono /Microsoft .NET Framework and makes it possible both to develop .NET applications in Java, and to use existing Java APIs and libraries in applications written in any .NET language.
14 Mar 2009 by Chris Grimes
Shows how to create C++ property accessors that support C#-like syntax
31 Jan 2003 by co7eguy
An introductory article about how to use the 'Grid' Layout in Java.
1 Oct 2007 by CodeProject
This article solves problem of showing detail page in grid view without post back of page , using java script. Developer can use any control like data list , repeator, form veiw or any custom logic to view information in detail page, using the same technique .
15 Feb 2017 by Corinna John
Fun with code and yarn
17 Dec 2002 by Craig Muller
An introduction to a vector collection class for typed pointers.
8 Oct 2003 by Dan Bunea
Event driven, component based, database bound Java web applications using Echo web framework and JDO.
16 Sep 2008 by daniel_at_work
Use Spring and Commons Configuration to load application properties from a database
4 Jun 2009 by daniel_at_work
Stratagies for managing application properties in Java
8 May 2000 by Davanum Srinivas
With this your Java projects can take advantage of ActiveX controls and Office documents such as spreadsheets, charts, calendars, word processors, specialized graphics, and many more.
1 Jul 2000 by Davanum Srinivas
Pure Java Sample for Drag and Drop between Swing based JList and Windows Explorer
2 Jul 2000 by Davanum Srinivas
This article shows how to add support for Mouse Wheel for Java Swing Widgets
29 Nov 2000 by Davanum Srinivas
This article shows how to use OpenGL calls inside Java AWT Canvas using JDK1.3's JAWT interface
2 Jan 2010 by Dave Elliott
An application to download WSDL and related files and update them to be relative.
23 Jul 2008 by DebadattaMishra
This article gives you an idea of how to compare your string with * and ? so called wild cards
2 Feb 2006 by deepakgpatel
SCJP Exam Objectives
26 Sep 2006 by Diego Barrientos
Free Java Web Server
2 Sep 2010 by dmihailescu
What is the start-up and system performance overhead for .Net, Mono, Java versus C++ and Forms, WPF, Swing versus MFC
15 Dec 2018 by Dmitriy Gakh
An introduction to Genetic Algorithms with brief reference to biology and example of finding one solution for complex mathematical equation
16 Jul 2009 by Dmitry Brant
Renders the Mandelbrot Set on your mobile device, with panning and zooming
7 Apr 2004 by Doron Barak
Execute any external Process from your Java code without worry
7 Apr 2004 by Doron Barak
Presenting a generic way to convert Array contents to Strings
30 Sep 2004 by Doron Barak
Java's Reflection enables programs to automatically flesh out simple interfaces to create automated data objects
25 Feb 2005 by Doron Barak
A small utility to automate and simplify the process of JAR signing
20 May 2005 by Doron Barak
Create simple images for icons on the fly and with Java code only.
21 Mar 2013 by Doron Barak
A powerful supplement to Class.getResource(...).
21 Jun 2004 by Dr. Ivan S Zapreev
In this article, I am going to discuss the A11Y and I18N testing of Java based GUIs
17 Apr 2009 by El Bob-O
This article describes my experiences in trying to learn the JavaFX programming language by writing a Chess program.
28 Jan 2009 by Eric Beijer
A simulation of Minesweeper by Microsoft with improvement, I think
17 Mar 2011 by Fadi Hania
This is a J2ME beginner article that describes how to write your Hello World J2ME application
17 Apr 2011 by Fadi Hania
This is a J2ME beginner article that describes how to add different J2ME components to your application especially StringItems and Commands.
12 May 2011 by Fadi Hania
This is a J2ME beginner article that describes how to use different J2ME components in your application to make it more user interactive, using TextField and Alerts UI components.
13 Aug 2006 by fahadkhowaja
This article provides an implementation of the LZW compression algorithm in Java
23 Aug 2000 by Franky Braem
A Java Class Browser written in C++ using WTL
30 Apr 2009 by Fredrik Bornander
First part of four in a beginners' guide to J2ME game programming.
17 May 2009 by Fredrik Bornander
Second part of four in a beginners' guide to J2ME game programming.
5 May 2015 by Ganesan Senthilvel
An article about Enterprise Application Integration & its implementation using Apache Camel framework.
9 Sep 2003 by Gaurav Saini
Demonstrate the use of RSA algorithm in HTML pages
1 Jun 2008 by ggraham412
An example of how to use Open Office and Ghostscript to convert supported formats to PDF using Open Office and merge them using Ghostscript
24 May 2000 by Glenn S. Peffers
An article describing JavaScript code that will display a message (i.e. Please Wait...) while a Java Applet is loading. This code is designed to work in both IE and Netscape
9 Feb 2009 by Gregory Shpitalnik
How to debug simultaneously Java/C++ mixed code in both Java and C++ debuggers
30 Aug 2003 by gspatwal
A brief article comparing and contrasting the features of Java and C#.
7 Jun 2006 by Guy Balteriski
This article describes a high-performing interoperability solution between the Java platform and the .NET Framework. The suggested solution does not replace the Java Virtual Machine or the .NET Framework runtime, instead, your JVM or .NET are each hosted within the opposing runtime environment
5 Feb 2009 by Han Bo Sun
An article on how to create a simple web service using JBossWS, how to deploy and test
17 Oct 2014 by Han Bo Sun
In this article, I will show you how to integrate Hibernate Search into a simple yet feature complete web application with the Spring MVC and Hibernate enabled.
12 Aug 2010 by Haykaz Baghdasaryan
This article illustrates a simple way to have closing tabs without diving into BasicTabbedPaneUI.
6 Oct 2006 by hyle
This article details the major reasons for Java programmers to consider switching from the Java language to Visual C#.
24 Oct 2005 by Ian Schumacher
A simpler way to process XML
30 Oct 2005 by Ian Schumacher
LRU caching code small enough to paste directly into your application
28 Jul 2008 by ILOG, Inc.
Software developers know that user interfaces often take much longer to build than initially planned. This white paper presents approaches for quickly creating and delivering graphically rich user interfaces that work on both the desktop and the Ajax-enhanced browser.
7 Aug 2004 by immaad
The program provides a User Interface to convert any file type to base64. The base64 conversion is to remove unreadable characters from your file. You can save your base64 code in a separate file and then convert it back to the original format whenever you want.
22 Jan 2008 by Infragistics Community
Technology’s ability to efficiently capture, store and retrieve data is only part of the story. As data warehouses grow, business needs for digesting and presenting data in consumable, understandable ways will also grow. Infragistics helps developers meet that need with strong tooling and guidance.
10 Sep 2002 by Irfan Dawood
Calling native functions which are written in C or C++ from Java, using JNI.
2 Sep 2008 by J Martinsson
Code .NET 2.0 and build for Java! Develop a Java AJAX RSS news reader using Visual Studio 2008, ASP.NET AJAX and Grasshopper 2.5.
19 Jan 2005 by Jacklondon Chen
discuss about java interface and the general contract when overriding equals
7 Apr 2009 by jaigharge
Apache MINA is a network application framework which helps users develop high performance and high scalability network applications easily. It provides an abstract · event-driven · asynchronous API over various transports such as TCP/IP and UDP/IP via Java NIO.
10 Jul 2008 by jedliu2046
IVR telephone notification software broadcast voice messages by phone. Ideal for group event reminders, marketing, lead generation, political campaign promotions, school fundraising, church communications, emergency notifications, and much more.