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: Introduction
Graph Chatbot
Related lectures (32)
Previous
Page 3 of 4
Next
Polymorphism and Type Testing
Explores object-oriented programming concepts, polymorphism, inheritance, and dynamic binding in Java, emphasizing the importance of correct object comparison.
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.
Immutability in Java: Date and DateBuilder
Explores immutability in Java through Date and DateBuilder classes, emphasizing thread safety and code reliability.
Methodology: Building a Method
Covers the methodology for constructing a method in Java.
Integer Types: Operations and Comparators
Explores integer types in Java, covering operations, overflow, underflow, and comparators with code examples.
Implementation of Lists: SAbstractList.java
Covers the implementation of lists using SAbstractList.java and discusses the use of StringJoiner and iterators in Java programming.
Lambda Functions in Java
Covers lambda functions in Java, focusing on sorting algorithms.
Word Length Histogram: Java Collections Example
Demonstrates implementing a word length histogram in Java using collections.
Generics and Subtyping
Covers advanced concepts in generics and subtyping in Java, focusing on LinkedList implementation and List interface.
Object-Oriented Programming in Java
Covers object-oriented programming in Java through a case study on modeling watch mechanisms.