Home arrow Java & J2EE arrow Page 2 - Java Beginning Programming

Terminology - Java

Since its creation about 16 years ago, Java has become ubiquitous. Developers appreciate its "write once, run anywhere" philosophy. If you want to start making use of Java and its many benefits, keep reading.

TABLE OF CONTENTS:
  1. Java Beginning Programming
  2. Terminology
  3. Creating the Goodbye Cruel World application
  4. Understanding the Code
By: James Payne
Rating: starstarstarstarstar / 17
September 18, 2007

print this article
SEARCH DEV SHED

TOOLS YOU CAN USE

advertisement

Before we begin, there are some words and phrases you should become familiar with. Don't worry, I won't make you spell them in front of the class; my chalkboard is already full from the last class.

Computer Program: Simply put, a computer program is a set of instructions put together that tells your computer what to do. Programs can range in complexity from simple mathematical equations to launching a space shuttle into orbit.

Programming Language: Just as you speak a language to communicate with the people around you, your computer requires you to speak a certain language to it. (Note: Do not actually speak to your computer; it won't speak back). In this case, the language is Java.

Compiler: This takes your programming language, translates it into a lingo the computer can understand and creates an executable file that allows your program to run.

We'll review some other terms later. For now, let's start you off on your first program. Traditionally, your first program, no matter what language you choose, prints the words, “Hello World!” to your screen. But you are going to one day write programs that launch space shuttles, so for you, the program will be a gritty, in your face, “Goodbye Cruel World.”



 
 
>>> More Java & J2EE Articles          >>> More By James Payne
 

blog comments powered by Disqus
   

JAVA & J2EE ARTICLES

- NetBeans 7.1 Released, Supports JavaFX 2
- SolarWinds Releases Newest Version of Java M...
- Free Monitoring Tool for Java Apps on Heroku
- Heroku Adds JCloud Platform Support, Java 7 ...
- Java SE 8 Speculation in Full Swing
- Java SE 7 Now Available
- New JVM Language and Java Reporting Tool
- Java 7 Release Update and New Eclipse Toolkit
- The Best Java Netbeans IDE Plugins
- Java EE 7 Looks to the Cloud
- Oracle Seeks Billions from Google Over Patent
- Oracle Java 6 Update Fixes Security Vulnerab...
- RIM Releases New BlackBerry Java SDK
- Oracle Now Offering JRockit for Free
- Google App Engine Includes Java Backend


© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 4 - Follow our Sitemap

Dev Shed Tutorial Topics: