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
Methodology: Building a Method
Graph Chatbot
Related lectures (32)
Previous
Page 3 of 4
Next
Generics in Java: Cell and Pair Classes
Covers the implementation of generic classes in Java, focusing on the Cell and Pair classes.
Introduction to Object-Oriented Programming in Java
Covers the basic concepts of object-oriented programming in Java, emphasizing encapsulation, abstraction, and the importance of organizing complex programs.
Lambda Functions: Examples
Explores lambda functions in Java through practical examples and the consumer interface.
Mini-project 2 Tutorial Explanation
Explains the mini-project 2 tutorial for the CS107 course, emphasizing model interactions and design decisions.
Implementation of Lists: SAbstractList.java
Covers the implementation of lists using SAbstractList.java and discusses the use of StringJoiner and iterators in Java programming.
Input/Output Streams in Java
Covers the concept of input/output streams in Java, focusing on the hierarchy of streams and practical examples using IntelliJ IDEA.
Design Patterns: Observer
Covers the implementation of the Observer design pattern in Java.
Generics and Subtyping
Covers advanced concepts in generics and subtyping in Java, focusing on LinkedList implementation and List interface.
Java Programming: Classes and Objects
Covers the basics of classes and objects in Java programming, including constructors and methods.
Immutability in Java: Date and DateBuilder
Explores immutability in Java through Date and DateBuilder classes, emphasizing thread safety and code reliability.