The Wayback Machine - http://web.archive.org/web/20150906051812/http://java.about.com/updated.htm

Updated Articles and Resources

Recent Articles in: Java
Hexadecimal Defined for Java
Java Hexadecimal is a numbering system with a base of 16. It uses all the numerals 0,1,2,3,4,5,6,7,8,9 as well as the letters A,B,C,D,E,F for each digit of a number.
How Composition is Used in Java
The term composition takes on different meanings depending on the subject, and in Java it has its own meaning as well.
Understanding and Using FlowLayout in Java
FlowLayout with Component Flow and FlowLayout Row is the simplest layout manager. Let's examine how it works with default settings.
Understanding DefaultTableModel in Java
The DefaultTableModel class in Java is a subclass of the AbstractTableModel that stores data for the JTable when no table model is specifically defined by the programmer.
Definition for the Java Term: Literal
A literal is a value that can be written directly into Java source code. Learn more about literal patterns and examples.
Java Syntax: The String Class
The String class lets you create and manipulate Strings. Learn more about the String class as used in Java.
Learn About the Basic Building Blocks of Java
Find out how Java programs are structured, store data, control the flow of your code, and work with objects.
Java Error Messages
Error messages are not always easy to decipher. This section aims to help track down the possible causes of the errors you might commonly find whilst compiling or running your Java programs. Note: The messages are ordered by the first letter of the error message.
Glossary of Java Terms
The definitions for Java terms are listed alphabetically according to their first letter.
Get Involved With the Java Community
Discover the Java community through these links to blogs, websites, usergroups and more.
Glossary of Java Error Messages : "Z"

A glossary of Java error messages starting with the letter Z.

# A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

JList
A JList displays a list of options to the user.
Modeless
In a graphical user interface, a window or dialog box can be modal or modeless.
Glossary of Java Error Messages : "H"

A glossary of Java error messages starting with the letter H.

# A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

JNDI
JNDI stands for the Java Naming and Directory Interface.
Glossary of Java Error Messages : "F"

A glossary of Java error messages starting with the letter F.

# A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Glossary of Java Error Messages : "B"

A glossary of Java error messages starting with the letter B.

# A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

EJB
EJB stands for Enterprise JavaBeans
New
new is a Java keyword used to create an instance of an object.
Equality Operator
In Java, there are two equality operators to determine whether one operand is equal to, or not equal to the other operand
Glossary of Java Terms : "P"
A glossary of Java terms starting with the letter P.

# A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Books
Programming books can be quite expensive so it's best to find the right one for you. Here you'll find Java book reviews to help you make the right choices.
JavaFX Tech Test Train -
JavaFX Tech Test Train
Test your JavaFX knowledge by answering questions posed by the conductor of the JavaFX Tech Test Train. The more you get right the further down the track you progress.
CamelCase
CamelCase is where compound words are written using capital letters for the first letter of each word.
SOAP
SOAP stands for Simple Object Access Protocol
Java Champion
A Java Champion is a member of an exclusive group of influential Java leaders, as recognized by the Java community, who are passionate and committed to improving Java.
Java Code Listing:
Example code for working with arrays
The Cert Oracle Secure Coding Standard For Java Book -
The Cert Oracle Secure Coding Standard For Java Book Review
The Cert Oracle Secure Coding Standard For Java book defines secure coding standards for Java.
Java Code Listing
An example program to implement a TreeExpansionListener interface.
Glossary of Java Terms: "W"
A glossary of Java terms starting with the letter W.

# A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
View More