Skip to main content
Graph
Search
fr
|
en
Login
Search
All
Categories
Concepts
Courses
Lectures
MOOCs
People
Practice
Publications
Startups
Units
Show all results for
Home
Lecture
Collections: Iterators
Graph Chatbot
Related lectures (32)
Previous
Page 3 of 4
Next
Implementation of Lists
Covers the implementation of lists in Java, exploring methods like size, add, remove, contains, get, set, and iterator.
Generics in Java: Cell and Pair Classes
Covers the implementation of generic classes in Java, focusing on the Cell and Pair classes.
Design Patterns: Observer/MVC
Explores implementing Observer and MVC design patterns in Java for updating a spreadsheet interface.
Java Interfaces: Enumerated Types and Interfaces
Explores the principle of coding to an interface, Java enumerated types, and the benefits of using interfaces for encapsulation.
Mini-project 2 Tutorial Explanation
Explains the mini-project 2 tutorial for the CS107 course, emphasizing model interactions and design decisions.
Implementation of Lists: Arrays and Iterators
Covers the implementation of lists using arrays, iterators, and various methods.
Introduction to Programming: First Steps
Covers the basics of programming, including the development cycle of a program, strong typing, data storage in Java variables, and primitive data types.
Advanced Types in Java Programming
Explores advanced Java programming concepts such as arrays, strings, and Unicode characters.
Introduction to Programming: Basics and Java Development
Covers the basics of programming, Java development, algorithms, data structures, and the compilation process.
JavaFX: Puzzle Game Implementation
Covers the implementation of a puzzle game using JavaFX.