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
Equality, Order, and Hashing
Graph Chatbot
Related lectures (32)
Previous
Page 1 of 4
Next
Comparing Objects: Comparable vs Comparator
Covers the concepts of Comparable and Comparator interfaces in Java, explaining how classes implement these interfaces to enable object comparison.
Implementation of Sets: Hashing
Covers the implementation of sets using hashing and set operations.
Implementation of Singly Linked Lists
Covers the implementation of singly linked lists in Java, focusing on concepts such as nodes, size management, adding, removing, and getting elements.
Collections: Hashcode and Equals Methods
Explains the importance of hashcode and equals methods in Java.
Design Patterns: Observer
Covers the implementation of the Observer design pattern in Java.
Lambda Functions: Examples
Explores lambda functions in Java through practical examples and the consumer interface.
Immutability in Java: Date and DateBuilder
Explores immutability in Java through Date and DateBuilder classes, emphasizing thread safety and code reliability.
Blockchain Fundamentals
Explores the financial applications of blockchains, covering the definition, history, Ethereum, decentralized finance, smart contracts, tokens, assessment methods, challenges of double spending, digital signatures, and cryptographic hash functions.
Lambda Functions in Java
Covers lambda functions in Java, focusing on sorting algorithms.
Java Programming: Classes and Objects
Covers the basics of classes and objects in Java programming, including constructors and methods.