-
Java programming basic knowhow
- Code style (https://www.cs.cornell.edu/courses/JavaAndDS/JavaStyle.html)
- for-loop, while-loop, if-else
- Normal data type object:
String
,Integer
,Double
,Boolean
,Map
,List
,Set
- Finish Java Quiz
- Java - Stream
- Java - HashMap, LinkedHashMap
- Java - ArrayList, LinkedList
- Java - HashSet, LinkedHashSet
- (optional) Java - Lambda
- Free practice
- https://openhome.cc/Gossip/Java/Stream.html
- https://stackoverflow.com/questions/2889777/difference-between-hashmap-linkedhashmap-and-treemap
- https://www.javatpoint.com/difference-between-arraylist-and-linkedlist
- https://stackoverflow.com/questions/5080612/hashset-vs-linkedhashset
- https://openhome.cc/Gossip/CodeData/JavaLambdaTutorial/
-
MVC Framework
-
Java - Spring
- Spring framework, Springboot
- Sping WebFlux
- Launch this project, and call
http://localhost:8080/hello
to printHello, World!