Computer Science 119 - PowerPoint PPT Presentation

1 / 11
About This Presentation
Title:

Computer Science 119

Description:

Computer Science 119 Beginning Level Course No Previous Programming Assumed Quite a Bit of Time ... Good language for learning object oriented programming ... – PowerPoint PPT presentation

Number of Views:111
Avg rating:3.0/5.0
Slides: 12
Provided by: Jack3202
Learn more at: http://cs.boisestate.edu
Category:

less

Transcript and Presenter's Notes

Title: Computer Science 119


1
Computer Science 119
Intro to Java 1/11 and 1/14
2
Monday 1/18/15 MLK Day
  • No class

3
Computer Science 119
  • Beginning Level Course
  • No Previous Programming Assumed
  • Quite a Bit of Time Spent on Programs and Online
    Reading

4
Today
  • Attendance
  • Discuss Syllabus
  • What is Java?
  • How to Execute a Java program.
  • Zybooks assignment

5
Syllabus
  • You should have a copy

6
Programming
  • What is a Program?
  • What is a Programming Language?

7
Java
  • Written by James Gosling and others, 1995
  • Sun Systems
  • Now at Oracle
  • Object Oriented
  • Platform Independent
  • bytecode runs on any computer with a JVM
  • Can run with an Internet browser
  • Applets vs. Applications

8
Where is Java Used?
  • Can be used to develop apps for Android phones.
  • Clearwater Analytics in Boise uses it to write
    programs to do asset management.
  • Good language for learning object oriented
    programming.

9
Classes and Objects
  • To create two objects of type Planet
  • public class Planet
  • // class definition
  • Planet earth, mars

10
Executing Java Program
  • Login to onyx.
  • Edit the program
  • Can use any editor, but we'll use eclipse.
  • Save to compile the program.
  • Execute the program.
  • Logout of onyx.
  • How to do this.

11
Reading Assignments
  • From the links on my website
  • Read from the beginning though files and
    directories of Beginners Guide of Guide for Linux
  • It is NOT required that you download eclipse.
    JUST READ the Beginners Eclipse Tutorial for now.
    You will have access to eclipse on onyx in the CS
    dept.
  • For next week
  • Complete Using zyBooks.
  • Complete sections 1.1 through 1.6 in zyBooks.
  • Challenge Questions are due 1/28 for M, 1/25 for
    Th
Write a Comment
User Comments (0)
About PowerShow.com