CSE 201 JAVA PROGRAMMING I 2016 Fall

Course
Calendar
Homework
Projects
Practice More
Java 8 JDK
Eclipse Mars IDE
IntelliJ IDE
Schedule A
Lecture Content
Schedule B
9/17 Introduction of Java, Ecilpse IDE, print statement
lecture notes
9/18
9/24 More print statement, Static Methods
lecture notes
9/25
10/1 Primitive types, Variables, Assignment, Expressions
lecture notes
10/2
10/8 If/else, Nested If/else 10/9
10/15 Scope, For loop 10/16
10/22 Nested for loop 10/23
10/29 More for loop 10/30
11/5 While loop, do while loop 11/6
11/12 Parameters, return 11/13
11/19 Scanner 11/20

TECHNOLOGY WE USE

Java is a professional object-oriented programming language used in high school AP® Computer Science that is the most relevant, in-demand programming languages in the job market today. Also, Java is a general-purpose computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere" (WORA), meaning that compiled Java code can run on all platforms that support Java without the need for recompilation.
Eclipse is an open source community that benefits millions of developers around the world each and every day. Eclipse's Java IDE is widely used in universities and work environments.