CSE 203X JAVA PROGRAMMING CAMP Term B 2016

Course
Calendar
Homework
Projects
Practice More
Java 8 JDK
Eclipse Mars IDE
IntelliJ IDE
Monday
Tuesday
Wednesday
Thursday
Friday
8/1
Introduction of Java, Eclipse IDE Setup, Static Methods
lecture notes
binary number worksheet
HelloWorldExample.java
8/2
Primitive types, variables, assignment, print Statement
lecture notes
8/3
Expressions, If/else, Nested If/else, For loops, Nested for loops, while loop, do while
lecture notes
8/4
Expression, Loops, Array Practice, Parameters, Return, For loops, Array, Binary Search
lecture notes
quiz
DigitsAdding.java
SquareRoot.java
8/5
For loops, Array, Parameters, Return, Intro to Selection Sort/Merge Sort/Radix Sort
lecture notes
8/8
If/else practice, Parameters, Return, Scanner
lecture notes
if else exercise
print square question
8/9
Scanner, Random, More Array, Dynamic Programming
Scanner + Random lecture notes
More array lecture notes
DragonAndCanyon.java
8/10
More Array, String and char
lecture notes
BracketsVerification.java
MovingAverage.java
8/11
Class constants, Objects and classes
Encapsulation, Inheritance, Polymorphism
8/12
ArrayList, Stack (implemented by ArrayList)
NaiveStackImpl.java
8/15
ArrayList Review, Junit Test
Node.java
8/16
Node, LinkedList, Cyclic Linkedlist
Node.java
MyLinkedList.java
Cyclic.java
8/17
Interface
Stack (implemented by LinkedList)
Queue (implemented by LinkedList)
toString
Node.java
MyStack.java
MyStackImpl.java
MyQueue.java
MyQueueImpl.java
8/18
TreeNode, Tree
TreeNode.java
MyTreeExamples.java
8/19
Binary Tree, Set, Map
TreeNode.java
8/22
Project Design Push Box (Brain Storm), MVC (Concepts), Music



music.wav
8/23
Project Design Push Box (Model Implementation), Intro to equals/hashCode
8/24
Project Design Push Box (Controller Implementation), Key Listener
8/25
Project Design Push Box (View Implementation), Graphics Basics
8/26
Project Design Push Box (Testing), Breadth first search, Depth First Search (Concepts Only)
8/29
File Reader + Writer + Test Review
ReaderWriter.java
8/30
Certificated Java Programming Level 2 Test (Optional)
The certificate will be rewarded with at least 80% correctness of the test. Test and its solution will be released after test.
test questions

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.