Welcome to Anythingweb.org  
You are not Logged in! Log in to check your messages.

Today's:
Popular Articles and Posts:

Today's Featured Java Article

Java Java -> Your First Java Application with Netbeans
Want to send a user a message when they try to exit your site? This simple script will create a popup window when a user leaves your site.
Submitted by: web_guy Hits:225
Java Java -> An Introduction to Java Arrays
There are many times when you have a sequential list that you want to store and access. An easy and probably the most popular way to store this lists, in Java, is with arrays. An array is a list of variables that share the name and are ordered sequentially from 0 to one less the number of variables.
Submitted by: web_guy Hits:202