Text by: Lambert and Osborne

Slides:



Advertisements
Similar presentations
What is a Computer Program? For a computer to be able to do anything (multiply, play a song, run a word processor), it must be given the instructions.
Advertisements

Chapter 2 First Java Programs
Introduction To Java Objectives For Today â Introduction To Java â The Java Platform & The (JVM) Java Virtual Machine â Core Java (API) Application Programming.
Chapter 1 Introduction to JAVA. Why Learn JAVA? Java is one of the fastest growing programming language in the world. Java is one of the fastest growing.
Client Side Programming Using Java Applet Outcomes: You will be expected to know: – Java Applets and HTML file; –bytecode and platform independent programs;
1 Programming Languages Translation  Lecture Objectives:  Be able to list and explain five features of the Java programming language.  Be able to explain.
About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.
Chapter 3 Software Two major types of software
1. 2 Chapter 1 Introduction to Computers, Programs, and Java.
Computer Software.
Chapter 2 First Java Programs
Computer Programming 12 Mr. Jean March 3 rd, 2014.
1.1 History of Computers 1940s: The ENIAC was one of the world’s first computers. Large stand-alone machine Used large amounts of electricity Contained.
Introducing Java.
Introduction to Java Programming with JBuilder 4
A First Program Using C#
Lesson 2: First Java Programs
COMPUTER SOFTWARE Section 2 “System Software: Computer System Management ” CHAPTER 4 Lecture-6/ T. Nouf Almujally 1.
11 Getting Started with C# Chapter Objectives You will be able to: 1. Say in general terms how C# differs from C. 2. Create, compile, and run a.
(C) 2010 Pearson Education, Inc. All rights reserved.  Java programs normally go through five phases  edit  compile  load  verify  execute.
 Java Programming Environment  Creating Simple Java Application  Lexical Issues  Java Class Library.
Liang, Introduction to Java Programming, Sixth Edition, (c) 2007 Pearson Education, Inc. All rights reserved Programming Languages Machine.
1 Chapter 2 First Java Programs Fundamentals of Java: AP Computer Science Essentials, 4th Edition Lambert / Osborne.
Computer Programming 12 Mr. Jean March 19 th, 2013.
Chapter 1 CSIS-120: Java Intro. What is Programming?  A: It is what makes computer so useful.  The flexibility of a computer is amazing  Write a term.
1 Module Objective & Outline Module Objective: After completing this Module, you will be able to, appreciate java as a programming language, write java.
Chapter 1: Introducing JAVA. 2 Introduction Why JAVA Applets and Server Side Programming Very rich GUI libraries Portability (machine independence) A.
Lesson 2: First Java Programs. Objectives: –Discuss why Java is an important programming language. –Explain the Java virtual machine and byte code. –Choose.
Jaeki Song ISQS6337 JAVA Lecture 03 Introduction to Java -The First Java Application-
© 2012 Pearson Education, Inc. All rights reserved. 1-1 Why Java? Needed program portability – Program written in a language that would run on various.
POS 406 Java Technology And Beginning Java Code
The Joy of Programming (also known as) Introduction to Object-Oriented Programming.
CS 3131 Introduction to Programming in Java Rich Maclin Computer Science Department.
CHAPTER 3 GC Java Fundamentals. 2 BASICS OF JAVA ENVIRONMENT  The environment  The language  Java applications programming Interface API  Various.
Lecture 3 January 14, 2002 CSC Programming I Fall 2001.
Java Applets. 2 Introduction to Java Applet Programs Applications are ___________________ programs –executed with Java interpreter Applet is a small program.
National Taiwan University Department of Computer Science and Information Engineering National Taiwan University Department of Computer Science and Information.
Object Oriented Programming Examples: C++, Java Advantages: 1. reusibility of code 2. ability to adapt (extend) previously written code.
J ava P rogramming: From Problem Analysis to Program Design, From Problem Analysis to Program Design, Second Edition Second Edition D.S. Malik D.S. Malik.
Copyright © Mohamed Nuzrath Java Programming :: Syllabus & Chapters :: Prepared & Presented By :: Mohamed Nuzrath [ Major In Programming ] NCC Programme.
Chapter 1: Introducing JAVA. 2 Introduction Why JAVA Applets and web applications Very rich GUI libraries Portability (machine independence) A real Object.
Lesson 4 Input. JAVA Input JAVA input is not straightforward and is different depending on the JAVA environment that you are using. The reason it is not.
Chapter 2 Input, Variables and Data Types. JAVA Input JAVA input is not straightforward and is different depending on the JAVA environment that you are.
© 2012 Pearson Education, Inc. All rights reserved types of Java programs Application – Stand-alone program (run without a web browser) – Relaxed.
©2016 Pearson Education, Inc. Upper Saddle River, NJ. All Rights Reserved. CSC 110 – INTRO TO COMPUTING - PROGRAMMING Overview of Programming.
Chapter – 8 Software Tools.
ITP 109 Week 2 Trina Gregory Introduction to Java.
Execution ways of program References: www. en.wikipedia.org/wiki/Integrated_development_environment  You can execute or run a simple java program with.
Programming Languages Concepts Chapter 1: Programming Languages Concepts Lecture # 4.
Chapter 2 First Java Programs Fundamentals of Java.
Some of the utilities associated with the development of programs. These program development tools allow users to write and construct programs that the.
1 Sections Java Virtual Machine and Byte Code Fundamentals of Java: AP Computer Science Essentials, 4th Edition Lambert / Osborne.
Lesson 2: First Java Programs. 2.1 Why Java? Java is one of the most popular programming languages in the world. Java is a modern object-oriented programming.
2.5 Edit, Compile, and Execute Figure 2-3 illustrates the edit, compile and execute steps. Java bytecode.
 It is a pure oops language and a high level language.  It was developed at sun microsystems by James Gosling.
Sung-Dong Kim, Dept. of Computer Engineering, Hansung University Java - Introduction.
Introduction to Algorithm. What is Algorithm? an algorithm is any well-defined computational procedure that takes some value, or set of values, as input.
CS210 Intermediate Computing with Data Structures (Java)
CST 1101 Problem Solving Using Computers
GC101 Introduction to computer and program
Chapter 1 Introduction to Computers, Programs, and Java
Chapter 2 First Java Programs
Lecturer: Mukhtar Mohamed Ali “Hakaale”
Introduction to Algorithm Design
(Computer fundamental Lab)
Road to Object Oriented Programming
Chap 1. Getting Started Objectives
Review of Previous Lesson
Outcome of the Lecture Upon completion of this lecture you will be able to understand Fundamentals and Characteristics of Java Language Basic Terminology.
IS 135 Business Programming
Presentation transcript:

Text by: Lambert and Osborne Fundamentals of Java Text by: Lambert and Osborne

Lesson 2: First Java Programs

Lesson 2: First Java Programs Objectives: Discuss why Java is an important programming language. Explain the Java virtual machine and byte code. Choose a user interface style. Describe the structure of a simple Java program.

Lesson 2: First Java Programs Objectives: Write a simple program. Edit, compile, and run a program using a Java development environment. Format a program to give a pleasing, consistent appearance. Understand compile-time errors. Write a simple turtle graphics program.

Lesson 2: First Java Programs Vocabulary: applet assignment operator byte code DOS development environment graphical user interface (GUI) hacking integrated development environment (IDE) Java virtual machine (JVM) just-in-time compilation (JIT) parameter source code statement terminal I/O interface turtle graphics variable

2.1 Why Java? Java is the fastest growing programming language in the world. Java is a modern object-oriented programming language. Java has benefited by learning from the less desirable features of early object-oriented programming languages.

2.1 Why Java? Java is ideally suited to develop distributed, network-based applications because it: Enables the construction of virus-free, tamper-free systems (security) Supports the development of programs that do not overwrite memory (robust) Yields programs that can be run on different types of computers without change (portable)

2.1 Why Java? Java supports advanced programming concepts such as threads. A thread is a process that can run concurrently with other processes. Java resembles C++, the world’s most popular industrial strength programming language. Java however, runs more slowly than most modern programming languages because it is interpreted.

2.2 The Java Virtual Machine and Byte Code Java compilers translate Java into pseudomachine language called java byte code. To run java byte code on a particular computer, a Java virtual machine (JVM) must be installed.

2.2 The Java Virtual Machine and Byte Code A Java virtual machine is a program that acts like a computer. It is called an interpreter. Disadvantage: Runs more slowly than an actual computer To combat slower processing, some JVMs translate code when first encountered. This is known as just-in-time compilation (JIT).

2.2 The Java Virtual Machine and Byte Code Advantages: Portability. Any computer can run Java byte code. Applets. Applets are small Java programs already translated into byte code. Applets run in a JVM incorporated in a web browser Applets can be decorative (like animated characters on a web page.) Applets can be practical (like continuous streams of stock market quotes.) Security. It is possible to limit the capabilities of a Java program since it runs inside a virtual machine.

2.3 Choosing a User Interface Style There are two types of user interfaces available to use to create Java programs. Graphical User Interface (GUI) Terminal I/O interface Figure 2-1 illustrates both interfaces used to create the same program.

2.3 Choosing a User Interface Style

2.3 Choosing a User Interface Style There are 3 reasons for beginning with terminal I/O: It is easier to implement than a GUI There are programming situations that require terminal I/O Terminal-oriented programs are similar in structure to programs that process files of sequentially organized data. (What is learned here is easily transferred to that setting.)

2.4 Hello World Figure 2-2 displays the results of a small Java program, entitled “hello world”

2.4 Hello World A program is a sequence of instructions for a computer. The following is the bulk of instructions, or source code, for the “hello world” program.

2.4 Hello World Sending messages to objects always takes the following form: <name of object>.<name of message>(<parameters>)

2.4 Hello World The original “hello world” program needs to be embedded in a larger framework defined by several additional lines of code, in order to be a valid program.

2.5 Edit, Compile, and Execute Figure 2-3 illustrates the edit, compile and execute steps.

2.5 Edit, Compile, and Execute Development environments: Unix standard text editor command line activation of compiler and JVM DOS, using Microsoft Windows and NT OS notepad text editor command line activation of compiler and JVM from a DOS window Integrated development environment, using Windows, NT, or MAC OS Examples: Symantec’s Visual Café, Microsoft’s Visual J++, or Borland’s J Builder

2.5 Edit, Compile, and Execute Preparing your development environment: Create a directory, open a terminal window, use the cd command to move to your new directory Open notepad, create the file HelloWorld.java, type in the lines of code Save the file, go back to the terminal window, compile the program Run the program

2.5 Edit, Compile, and Execute The following figures illustrate the steps necessary for preparing your development environment.

2.5 Edit, Compile, and Execute

2.5 Edit, Compile, and Execute

2.6 Temperature Conversion View the program’s source code: import TerminalIO.KeyboardReader; public class Convert { Public static void main (String [ ] args) { KeyboardReader reader = new KeyboardReader(); double fahrenheit; double celsius;   System.out.print(“Enter degrees Fahrenheit: “); fahrenheit = reader.readDouble(); celsius = (Fahrenheit – 32.0) * 5.0 / 9.0; System.out.print(“The equivalent in Celsius is “); System.out.println(celsius); reader.pause();   } }

2.6 Temperature Conversion The following is an explanation of the program code: Import statement Instantiate or create an object Declare the variables Position the cursor after “Enter degrees Fahrenheit” Assignment operators Assignment statements are evaluated Print text (and position the cursor) Print the value of the variable Statement to prevent the terminal window from disappearing from the display (optional, only needed with certain development environments)