Welcome / Home
Understanding My PC
Software Downloads
VB.NET
JAVA
C#.NET
RPG
SQL
Software Engineering
Networking
Communications
Security
Internet Links
Contact Us

JAVA
 

JAVA is widely accepted across many industries and educational organizations. 

Created by Sun Microsystems, it is available free for download at their website.   Java Downloads

JAVA owes it heritage from the family of C languages (C & C++). 

Two real advantages of JAVA are that it can run on several different platforms and is fully OOP compliant.

Some say two disadvantages of Java are that is runs slow at times and has a long learning curve.

While there are many tools for JAVA development, JCreator is an excellent IDE for Java.   Look at the website for JCreator:  Xinox JCreator Website

 



JAVA Classes
  The Key to understanding JAVA is the coding of JAVA Classes. All programs are divided up using class structures. All JAVA coding is in classes that are the enablers for Object Oriented Programing(OOP).
How to Code Classes

JAVA MDI & Child JFrame
  A Multiple Document Interface (MDI) form might be thought of as a container form that holds and manages all of the different work forms. The MDI form is a handy way to encapsulate a subsystem and keep the development costs in check.
How to Code a MDI JFrame

JAVA JListBox
  The JListbox Component is the premier way to display and select items.
How to Code a JListBox

JAVA JTreeView
  The JTreeView Component is the premier way to display and select items in a hierarchical structure.
How to Code JTreeview

JAVA File I/O
  While most programs access database tables for data storage, there is still the need to access text documents and files.
How to Code File I/O

JAVA JTable
  How to Code a JTable with JDBC Connections
How to Code a JTable with JDBC Connections




|Welcome / Home| |Understanding My PC| |Software Downloads| |VB.NET| |JAVA| |C#.NET| |RPG| |SQL| |Software Engineering| |Networking| |Communications| |Security| |Internet Links| |Contact Us|