Programming Procedures Java Paper

Submitted by: Submitted by

Views: 335

Words: 1534

Pages: 7

Category: Science and Technology

Date Submitted: 11/10/2011 10:37 PM

Report This Essay

Running Head: Programming Process

Java Basics and the Programming Process

Java is a very strong language that almost every computer system to this day uses. Java can be used for big programs or small applets that are used for web pages. Java programming is not only a program, but it is essentially an art.

Java is an Object-oriented Programming language. This means that it has its own practices, concepts, and vocabulary. Object Oriented programming’s main focus is objects.

Java can create two different types of programs: applications and applets. Applications are programs such as word processers, database managers, notepads, and things in that nature. Applets are used to be transmitted over the internet from a server, and then executed in a web browser. Although web pages are normally written in HTML, java in a sense expands the capabilities of a web page. It essentially ‘supes’ it up.

Java programs are made of many things: Language Elements, Lines and Statements, Variables, The compiler and the Java Virtual Machine, Java Software Editions, and the Programming Process. There are many steps and Languages needed in order to write a successful java program.

Language elements are the common elements that all programming languages have in common. Key words – words that all have special meanings in the programming language. Operators – symbols or words that perform operations. These are usually data, like a number. Punctuation - Punctuation serves the purpose of marking the beginning or end of a statement. Programmer-Defined Names - Words or names that are assigned by the programmer. These are often called identifiers. Syntax – Rules that must be followed when you are writing a program. This tells you how you need to use key words, and also where you must put your punctuation marks.

Lines and statements are often thought of as the body of a program. A line is just what it says. It is a single line that is in a program. A statement is instructions that a...