CSE 201 JAVA PROGRAMMING I 2017 Spring

Course
Calendar
Homework
Projects
Practice More
Java 8 JDK
Eclipse Mars IDE
IntelliJ IDE
Schedule A
Lecture Content
3/26 Introduction of Java, Ecilpse IDE, print statement
lecture notes
4/2 More print statement, Static Methods
lecture notes
4/9 Primitive types, Variables, Assignment, Expressions
lecture notes
4/16 If/else, Nested If/else
4/23 Scope, For loop
4/30 Nested for loop
5/7 More for loop
5/14 While loop, do while loop
5/21 Parameters, return
5/28 Scanner

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.