Professor Kit Romano's Web Site

 



Site Index

About Me

Welcome
Definition of Program
Variable Types
Understanding Memory
Declaring Variables
Simple Commands
Concatenation and Strings
Sleep-Threads-Try Catch
Campus Scenes
Pictures
Java simplified
Application Shell Styles
Reading Data From File
Overview of Applets
Excellent Graphics Applet
Online Reference
Nested if statements
Arrays
Sorting Arrays
Using Strings
Functions
Top 20 Replies 
First program 211
Important Class Example
JAVA in SDK Environment
Understanding OOP
OOP simple example
Recursion example
Example of Inheritance
     and use of JTextArea



*** Web Related **********
Build Student Web Page ?
What is FTP
Download WS ftp95
Download Java Plug In
Applets from jbuilder to sdk
Practice Problems

 

Programming Examples

 

 

                                                

 

Online Reference

The following is a very good site for learning the Java Language
and many of its concepts .

http://java.sun.com/docs/books/tutorial/java/index.html

When viewing this site make note of the following:

1...We are running in a Jbuilder environment and utilizing
     many of the JOptionPane methods ti facilitate input and output
     --- example   we will not use  "System.out.println("hrllo world");
2...We are placing our code in the constructor method of our class
     while some of their examples place the code in the "main
      method". Applications will run either way.