Click here to Skip to main content
15,867,686 members
Everything / Programming Languages / Java

Java

Java

Great Reads

by ridoy
A brief explanation of application development for Android Wear, helpful for every beginner and intermediate android developer.
by raddevus
Steps for building a device you can add to your existing garage door, which implements an atmega328, bluetooth (hc-05) and relay module which will allow you to open your garage door from any paired Android device.
by Arthur V. Ratz
In this article, we will discuss about the advanced Android application development based on the example of creating a responsive Airport schedule simulator application.
by Afzaal Ahmad Zeeshan
This post attempts to describe the general difference between overloading and overriding in Object-oriented programming languages.

Latest Articles

by Yochai Timmer
A way to avoid JNI's reflection oriented programming. Wrapping Java with C++
by JudyL_MD
Code sample for passing encrypted compressed data between Windows and Android
by Han Bo Sun
This is a more in-depth tutorial on integrating Lucene search and index engine in Java applications.
by Łukasz Bownik
Smallscript is a little scripting language inspired by Smalltalk syntax.

All Articles

Sort by Updated

Java 

16 Jun 2009 by .Shoaib
Speed up object serialization in Java.
21 Sep 2016 by 23ars
In this article I would like to present a Java library that allow to simulate quantum algorithms.
2 Oct 2016 by 23ars
In a previous article I talked about a Quantum Computing Library that I wrote and I presented, as an example, the implementation of Deutsch's Algorithm. In this article I will present the Grover's Search algorithm.
11 May 2009 by abcbalaji
Java code to create your own face collage
21 Jan 2014 by Abdelrahman Elzedy
A brief overview on mathematical implementations with programming language
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
3 Feb 2015 by abhinav_soni
Code to generate Magic Cubes of odd and doubly even orders
20 May 2013 by Abhishek Kumar Goswami
This article is all about IKVM.NET. Its a short tutorial of IKVM.NET and in this article you can found how to use Java class or library in .NET
17 May 2013 by Abhishek Kumar Goswami
This tip is about how to use Java packages in .NET using IKVM.NET
3 Aug 2014 by Abhishek Nandy
Article #2 for the challenge
27 May 2016 by Accusoft
One of the new additions to our recent PrizmDoc v11.0 release was a developer preview of our document pre-conversion feature. In this article, first we’ll give a quick PrizmDoc overview, and then cover how to get started with pre-conversion.
30 Aug 2016 by Accusoft, Corey Morehead
This whitepaper shows how I used OCR Xpress for Java to OCR a scanned newspaper, redact the key words, and accomplish my goal.
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.
21 Sep 2010 by Addison-Wesley
This chapter provides a high-level overview of JavaFX, from the core JavaFX platform to the tools that you can use to build and deploy JavaFX applications.
6 Oct 2011 by Addison-Wesley
Chapter Exerpt: BlackBerry Development Fundamentals
21 Mar 2012 by Adel Khayata
An article that describes how to convert a number to written words in English and Arabic
21 Jan 2010 by Adrabi Abderrahim
I've created my own programming language called Alef++ for fun, and for better understanding: What is a programing language? How does it work? Can I can create my own?
29 Mar 2010 by Adrabi Abderrahim
Pivot 1.4, Spring and Hibernate is my RPG Game
31 May 2010 by Adrabi Abderrahim
This article will show the basics and how to use Spring AOP easily, by using some tools such Eclipse, Maven, Spring AOP version 2.5, etc.
16 May 2002 by Adrian Bacaianu
Sample of using ISAPI extension to give online data to graphical applets.
19 Mar 2023 by adriancs
Convert Website into Android Web App with WebView
14 Oct 2014 by Afzaal Ahmad Zeeshan
Scanning file for particular string or character (Searching)
19 Oct 2014 by Afzaal Ahmad Zeeshan
What are the wearable devices and what is the role of Internet of Things in them and how do they interact to make things better and easy.
24 Feb 2015 by Afzaal Ahmad Zeeshan
This article uses the MVC framework for building Java-based applications for desktop or for enterprise solutions.
8 Mar 2015 by Afzaal Ahmad Zeeshan
This article contains a basic overview of the complex numbers, and their creation and functions most specifically the operator overloading for arithmetic functions. Programming languages include Java, C++, C# and VB.NET at the moment.
12 May 2015 by Afzaal Ahmad Zeeshan
This post is meant for beginners in MVC pattern. If you’re novice to this framework then read this post of mine.
24 Sep 2015 by Afzaal Ahmad Zeeshan
This article covers how to create new faces for your Android Wear and explains the how-to procedure with a few personal experience notes.
12 Oct 2015 by Afzaal Ahmad Zeeshan
This article covers the topics required to understand for building and deploying Android Wear applications.
16 Oct 2015 by Afzaal Ahmad Zeeshan
This article enlists a few of the things that you must consider while writing the applications for smartwatches.
1 Nov 2015 by Afzaal Ahmad Zeeshan
This article is the explanation of a real-world solution that I found for myself, in notifying the family about my current location, periodically.
5 Dec 2015 by Afzaal Ahmad Zeeshan
This article discusses Android programming and aims at teaching you about Android programming for Camera and Widgets.
23 Mar 2016 by Afzaal Ahmad Zeeshan
This article describes the way many programming languages can be selected to find that one best language for your projects!
30 Jul 2014 by Ahmed Alaa El-Din
Help Beginners to create their 1st Android Application by a step-by-step guide
9 Aug 2014 by Ahmed Alaa El-Din
Help Beginners to move their 1st step into developing their android application
22 Aug 2014 by Ahmed Alaa El-Din
Beginner’s Guide to Organizing/Accessing Android Resources with clear and brief explanation
9 Sep 2014 by Ahmed Alaa El-Din
This articles provides a brief description of different methods that Android platform can provide for a developer to save different data types with different storage methods like Shared Preferences, Internal Storage, External Storage, SQLite DB, and Web Services
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.
27 Nov 2019 by Akhil Mittal
This article will explain the concept of CI/CD, Jenkins, getting started with Jenkins, integrating and deploying an ASP.NET Core application locally and to the Azure Service as well. We’ll also cover topics like creating Azure service, creating Azure service principal, configuring Jenkins on Azure.
27 Nov 2019 by Akhil Mittal
In this article, we’ll publish the ASP.NET Core application to Azure App Service and Configure Jenkins on Azure before we move on to next steps.
28 Nov 2019 by Akhil Mittal
In this article, we’ll learn the CI/CD of ASP.NET Core application on Azure using Jenkins Azure Pipeline.
28 Nov 2019 by Akhil Mittal
In this article, we’ll focus on Azure Active Directory and Service Principal and integrate Jenkins with Azure Service Principal before we move on to CI/CD of ASP.NET Core application on Azure using Jenkins Azure Pipeline.
3 Apr 2009 by Akshay Bapat
Did it for the sake of a mini-project... Watch out for my real project...
28 Sep 2017 by Alejandro Ferreira Guido
This article is about explaining the process of building an authentication servlet filter from scratch, including configuration initialization, url path filtering for login page and the process to get a user dynamically authenticated on a separate LDAP Windows Active Domain.
12 Nov 2013 by Alejandro Xalabarder
Yet another XML to database aproach
9 Jul 2017 by Alejandro Xalabarder
19 Jan 2010 by alex turner
How to and the benefits of tightly integrating scripting with native Micro Focus COBOL to produce more customisable and flexible applications.
29 Mar 2011 by alex turner
JVM code can be just as fast as the equivalent native code: Why and How.
24 Nov 2020 by Alexey Skripka
This article will look at examples of layered architecture for different types of applications.
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.
3 Jun 2008 by Ali BaderEddin
An interesting article to learn how UPC-A bar coding works
13 Sep 2010 by Ali Ozgur
Android tutorial with sample styled calculator implementation
25 Jan 2017 by Alibaba Cloud
Seeing as there are several common BlockingQueues used in Java, such as ArrayBlockingQueue, LinkedBlockingQueue, and SynchronousQueue, I thought it would be useful for other programmers to write a quick article based on the issue we found and how we solved it.
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.
25 Apr 2011 by All Time Programming
Perform SSL Verification while using Web Services
8 Jan 2023 by Alvaro Carballo Garcia
Encryption features of accessory_java, a library providing a programmer-friendly way to facilitate and systematise multiple tasks
8 Jan 2023 by Alvaro Carballo Garcia
Context, structure, conventions and evolution of accessory_java, a library providing a programmer-friendly way to facilitate and systematise multiple tasks
18 Jan 2023 by Alvaro Carballo Garcia
Discussion of the main priorities of accessory_java, a library providing a programmer-friendly way to facilitate and systematise multiple tasks: friendliness, safety, efficiency and adaptability
25 Feb 2013 by Alvin Ashcraft
Over the last several weeks, I have been building some simple OCR applications in my spare time using a trial version of the FineReader Engine by ABBYY
12 Dec 2016 by Alvin Penner
A file converter to convert spirograph data files into SVG graphics using Bezier curves.
3 Jan 2017 by Alvin Penner
A file converter to convert general roulette data files into SVG graphics using Bezier curves.
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
23 Apr 2014 by AmosShi
Analysis of the "Hello World" application at binary (JVM) level
16 Apr 2012 by Amr Rekaby
This article discusses memory management in Java applications, the different data types handling, and the role of garbage collection.
1 Mar 2010 by anand kr
How to make Singletons whose behaviour can be overridden and that allows mock objects.
25 Aug 2010 by anand kr
How to use Spring Integration with ActiveMQ to handle message in pure POJO
26 Aug 2010 by anand kr
XMLBeans for Java can be used for validating XML Document based on some schema
18 Dec 2012 by Anders Gustafsson, Cureos
Announcing standalone implementations of derivative-free nonlinear optimizers for .NET and Java platforms
14 Nov 2012 by Andre' Gardiner
A java Bowling Score Board Game.
23 Aug 2019 by Andreask84
A command line tool and a simple C# class with a complete set of functions to easily upload videos on Vimeo
19 Jan 2014 by Andrey Chaschev
A Bear deployment example of a Petclinic Grails demo from GitHub.com
4 Feb 2014 by Andrey Chaschev
Describes how to download Java by navigating Oracle.com with WebView from JavaFX
2 Jun 2014 by Android on Intel
In this document, we will focus on a few Android UI programming techniques that will help you to achieve the goal of a dynamic UI – use of the action bar, tab, and swipe views with dynamic application data to enhance the screen navigation, use of Android fragments to design multiple-pane and master-
2 Jun 2014 by Android on Intel
I want to tell you about a wonderful tool to automatically test the UI of Android* applications. The name of this tool is UiAutomator.
2 Jun 2014 by Android on Intel
This paper introduces data encryption APIs that are available through either Java* or OpenSSL*. Both solutions work on the Android* OS.
2 Jun 2014 by Android on Intel
In this article we will discuss how to configure Eclipse to take advantage of this feature, and walk through porting a sample NDK app.
14 Aug 2014 by Android on Intel
During an Intel CodeFest I optimized all my games for Intel Architecture and it was dead simple. I’ll describe my experience with the process and hopefully will get you interested to do the same.
14 Aug 2014 by Android on Intel
This guide is intended to help developers port existing ARM*-based NDK applications to x86.
17 Nov 2014 by Android on Intel
In this article, I will explain how I added local search capabilities to our existing restaurant application while maintaining UI continuity.
17 Nov 2014 by Android on Intel
In this article I’ll show you how to create a simple app for a Samsung Galaxy Tab 3 10.1 with an Intel® Atom™ processor Z2560 and provide some sample Android tablet code.
17 Nov 2014 by Android on Intel
In this whitepaper, we will be going through the steps necessary to build the WebRTC source code from Google in order to run their sample AppRTC/WebRTC application.
17 Nov 2014 by Android on Intel
This article will focus on optimizing NDK based Apps. These may be solely C/C++ code or may include 3rd party libraries and/or assembly code.
12 Feb 2015 by Android on Intel
This article provides the step by step instructions on building such 'fat' apk that includes the ISA-independent dex files for Dalvik* virtual machine (Dalvik, 2013) as well as the libraries for different ISA targets.
12 Feb 2015 by Android on Intel
This blog outlines the steps needed to integrate Intel’s AES-NI instructions into an Android app via the OpenSSL library.
20 Jan 2015 by Android on Intel
64-bit Android* and Android Run Time
7 Apr 2015 by Android on Intel
This article discusses design considerations for building apps for Glass and how to build hybrid glass applications using the Mirror API and GDK.
7 Apr 2015 by Android on Intel
In this article, I will explain how to build an NDK app for Android* on Intel® architecture.
7 Apr 2015 by Android on Intel
Intel has developed a valuable tool for developing parallel applications called Intel® Threading Building Blocks (Intel® TBB).
13 May 2015 by Android on Intel
Face and Head Tracking using the Intel® RealSense™ SDK
1 Jun 2015 by Android on Intel
In this paper I will show you how easy it is to develop parallel applications for Android L 64 bit with Intel® Threading Building Blocks (Intel® TBB).
20 Jul 2015 by Android on Intel
In this paper, we introduce some of the new features in ART, benchmark it against the previous Android Dalvik* runtime, and share five tips for developers that can further improve application performance.
4 Aug 2015 by Android on Intel
This document gives an overview of what has to be done at the library/engine level to better support Intel platforms.
31 Jul 2015 by Android on Intel
This paper describes how to create an x86 player app using the NexPlayer SDK.
31 Jul 2015 by Android on Intel
ART vs Dalvik - Introducing the New Android x86 Runtime
1 Oct 2015 by Android on Intel
This article walks through an example Android application that offloads image processing using OpenCL™ and RenderScript programming languages.
1 Oct 2015 by Android on Intel
This article will provide you details on how to port an existing android apps to iOS using the Multi-OS Engine.
1 Oct 2015 by Android on Intel
Multi-OS Engine: Enabling HTTPS