Advanced Java
The Advanced Java course builds on the content of AP Computer Science A, providing students with a more in-depth understanding of Java and object-oriented programming. Students will learn how to create programs that send internet requests, handle file reading and writing, design user interfaces, and develop and analyze algorithms. The course includes topics commonly found in college-level courses, such as data structures and an introduction to algorithms.
The curriculum will cover concepts including polymorphism, abstract classes, interfaces, generics, time and space complexity, and core data structures: lists, stacks, queues, sets, maps, trees, and graphs. Additionally, it will introduce exception handling, thread, file I/O, socket programming, and graphical user interfaces (GUI).
Advanced Java课程将延续AP Computer Science A的内容,课程将深入学习Java,让学生对Java以及面向对象编程有更深的理解。学生将学会如何用程序发送互联网请求,文件读写,设计界面,算法设计与分析等内容,同时课程内容也包含了大学课程内容,如data structure, introduction to alghorithm。课程内容讲包括多态,虚拟类,接口,Generic,时间空间复杂度,List, Stack,Queue, Set, Map, Tree, Graph, 异常,线程, File I/O, Socket, GUI。