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
Design Patterns: Observer
Graph Chatbot
Related lectures (32)
Previous
Page 2 of 4
Next
Input/Output Streams in Java
Covers input/output streams in Java, focusing on handling byte streams and practical file operations.
Generics and Subtyping
Covers advanced concepts in generics and subtyping in Java, focusing on LinkedList implementation and List 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.
Implementation of Lists: SAbstractList.java
Covers the implementation of lists using SAbstractList.java and discusses the use of StringJoiner and iterators in Java programming.
Object-Oriented Programming: Inheritance and Polymorphism
Introduces inheritance, polymorphism, and object-oriented programming concepts in Java through practical examples.
Lambda Functions: Examples
Explores lambda functions in Java through practical examples and the consumer interface.
Polymorphism and Type Testing
Explores object-oriented programming concepts, polymorphism, inheritance, and dynamic binding in Java, emphasizing the importance of correct object comparison.
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.
Implementation of Sets: Part I
Covers the implementation of inheritable classes for simplified sets in Java.
Implementation of Sets: Hashing
Covers the implementation of sets using hashing and set operations.