Home
Home
Home
Submit
Home
Source

Java

Talk about Java technology seems to be everywhere, but what exactly is it? Java technology is both a programming language and a platform. The Java programming language is a high-level language. It is simple, object oriented, portable, high performance, multithreaded, robust, dynamic and secure. A platform is the hardware or software environment in which a program runs. The Java platform has two components: The Java virtual machine and Java application programming interface (API).
Java Getting Started
Making JAVA GUI Clean
Java / Getting Started
Build your first GUI program using Java. It uses Swing framework, but since its for the beginners, fits well in the Java Basics category.

Site: www.rooseveltrp.com Report - View Tutorial

Java Miscellaneous
Overview of images in Java game programming
Java / Miscellaneous
A short overview of the most common image types used in game programming: JPEG, GIF and PNG. Discusses their advantages and disadvantages.

Site: www.mysuperiorgames.com Report - View Tutorial

Java Miscellaneous
3 base classes for a Java game programmer
Java / Miscellaneous
This article describes a system of three classes I wrote for making Java games. You may use them for learning or for making your own games. You will only need to extend one of them, while the classes I wrote handle input (by listening to it, and informing your class whenever an input event happens) and output (by asking your game class for what to paint on the screen).

Site: www.mysuperiorgames.com Report - View Tutorial

Java Getting Started
Prime Number Hunter
Java / Getting Started
A Sieve of Eratosthenes implementation in Java.

Site: www.raditha.com Report - View Tutorial

Java Applet Building
Applets calling native methods
Java / Applet Building
Can applets call native methods? The answer is yes. Since there is alwasy more than one way to fold a map please be 100% certain that you cannot do the same thing with with the java libraries. If you are certain that the functionality you are looking for can only be found in native code, lets get started.

Site: www.raditha.com Report - View Tutorial

Java Getting Started
Undo/Redo and JAI
Java / Getting Started
Implementing undo / redo for image manipulation with the advanced imaging API.

Site: www.raditha.com Report - View Tutorial

Java Applet Building
Applets and proxies
Java / Applet Building
How an applet may retrieve proxy information.

Site: www.raditha.com Report - View Tutorial

Java Swing
JComponent with Tiled Backgrounds
Java / Swing
JComponents do not provide default support for creating a background with a tiled image.

Site: www.raditha.com Report - View Tutorial

Java Miscellaneous
Java - Javascript interaction
Java / Miscellaneous
Can an applet be controlled by a javascript? can an applet invoke javascript methods?

Site: www.raditha.com Report - View Tutorial

Java Miscellaneous
Deadlocks
Java / Miscellaneous
This tutorial describes: What Is Deadlock, 5 Dining Philosophers, Deadlock Sample Program - Transferring Funds.

Site: www.herongyang.com Report - View Tutorial

Java Miscellaneous
Synchronization
Java / Miscellaneous
This tutorial describes: Why Synchronization, What Is Synchronization, Synchronization Support in Java, Synchronization Sample Program.

Site: www.herongyang.com Report - View Tutorial

Java General Development
Thread Groups
Java / General Development
This tutorial describes: ThreadGroup Class, The ThreadGroup Tree, Grouping Threads, Memory Leak With Unstarted Threads.

Site: www.herongyang.com Report - View Tutorial

Java General Development
Threads
Java / General Development
This tutorial describes: What Is a Thread, Creating Java Threads, Using Runnable Interface, CPU Time Sharing, Sharing Data, Terminating Threads.

Site: www.herongyang.com Report - View Tutorial

Java Application Building
Execution Environment
Java / Application Building
This tutorial describes: System Properties, Non-system Properties, The Runtime Instance, Free Memory, Calculating Memory Usage of an Array, Executing Operating System Commands.

Site: www.herongyang.com Report - View Tutorial

Java Getting Started
Storing and Managing Bit Strings in Byte Arrays
Java / Getting Started
This tutorial helps you understand: Storing and Managing Bit Strings in Byte Arrays, Rotating Bit Strings in Byte Arrays, bitStringTest.java - Testing Program.

Site: www.herongyang.com Report - View Tutorial

Random Tutorials
Java JSP and Servlets
Professional JSP
Java / JSP and Servlets
This chapter will examine a variety of ways to architect a system with JavaServer Pages, Servlets, and JavaBeans. We will see a series of different architectures, each a development of the one before.

Site: www.stardeveloper.com Report - View Tutorial

Java Miscellaneous
Data Wizard for Java
Java / Miscellaneous
Data Wizard for Java is a tool for building a simple graphical user interface (GUI) that makes it easy to collect necessary data. This tool enables the building of data wizard applications using only a scripting scenario in an XML format. Data Wizard for Java can help to produce a GUI by using a simple script to describe the necessary input parameters and the required tools or utilities to be called.

Site: www.alphaworks.ibm.com Report - View Tutorial

Java Miscellaneous
Getting started with the FMA and Jiro
Java / Miscellaneous
This article is the first in a three-part series that looks at how Sun Microsystems's Jiro technology and the Distributed Management Task Force's Web-Based Enterprise Management Initiative (WBEM) can simplify the creation of management applications for heterogeneous environments.

Site: www-128.ibm.com Report - View Tutorial

Java General Development
Interfaces
Java / General Development
An interface is like a public class that has only abstract and public methods. The variables declared in an interface are implicitly public, static, and final.

Site: www.whizlabs.com Report - View Tutorial

Java General Development
Passing variables into methods
Java / General Development
If the variable passed is a primitive, only a copy of the variable is actually passed to the method. So modifying the variable within the method has no effect on the actual variable.

Site: www.whizlabs.com Report - View Tutorial

 
Site Search

 
Java
 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement