CSE 203X JAVA PROGRAMMING CAMP Term A 2016

Course
Calendar
Homework
Projects
Practice More
Java 8 JDK
Eclipse Mars IDE
IntelliJ IDE
Monday
Tuesday
Wednesday
Thursday
Friday
6/22
Introduction of Java, Intellij, Static Methods
lecture notes
binary number worksheet
HelloWorldExample.java
6/23
Primitive types, variables, assignment, print Statement
lecture notes
6/24
Expressions, If/else, Nested If/else,
For loops, Nested for loops, while loop, do while
lecture notes
6/27
Expression, Loops, Array Practice,
Parameters, Return, For loops, Array, Binary Search
lecture notes
quiz
DigitsAdding.java
SquareRoot.java
6/28
For loops, Array, Parameters, Return, Intro to Selection Sort/Merge Sort/Radix Sort
lecture notes
6/29
If/else practice, Parameters, Return, Scanner
lecture notes
if else exercise
print square question
6/30
Scanner, Random, More Array, Dynamic Programming
Scanner + Random lecture notes
More array lecture notes
DragonAndCanyon.java
7/01
More Array, String and char
lecture notes
BracketsVerification.java
MovingAverage.java
National Day
No Class
7/05
Class constants, Objects and classes
Encapsulation
7/06
ArrayList, Stack (implemented by ArrayList)
NaiveStackImpl.java
7/07
ArrayList Review, Node
Node.java
7/08
Node + LinkedList + Cyclic Linkedlist
Node.java
MyLinkedList.java
Cyclic.java
7/11
Inheritance, Polymorphism, Interface
Stack (implemented by LinkedList)
Queue (implemented by LinkedList)
toString
Node.java
MyStack.java
MyStackImpl.java
MyQueue.java
MyQueueImpl.java
7/12
TreeNode, Tree
TreeNode.java
MyTreeExamples.java
7/13
Binary Tree, Set, Map
TreeNode.java
7/14
File Reader, Writer, Porject Design 20 Questions(Brain Storm)


ReaderWriter.java
QuestionNode.java Twenty Questions Wiki Link
7/15
Project Design 20 Questions (Starting Implementation)
QuestionNode.java
7/18
Project Design (Implementation)
QuestionNode.java
TwentyQuestions.java
7/19
Project Design (Implementation)
QuestionNode.java
TwentyQuestions.java
(with preloading tree from and saving tree to a file)
7/20 Project Design (Implementation) + Testing
QuestionNode.java
TwentyQuestions.java
7/21
Project Wrap up, Test Review
QuestionNode.java
TwentyQuestions.java
7/22
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
solution

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.