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
Asynchrony
Graph Chatbot
Related lectures (32)
Previous
Page 3 of 4
Next
Immutability in Java: Date and DateBuilder
Explores immutability in Java through Date and DateBuilder classes, emphasizing thread safety and code reliability.
Object-Oriented Programming: Inheritance and Polymorphism
Introduces inheritance, polymorphism, and object-oriented programming concepts in Java through practical 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.
Word Length Histogram: Java Collections Example
Demonstrates implementing a word length histogram in Java using collections.
Methodology: Building a Method
Covers the methodology for constructing a method in Java.
Implementation of Sets: Part I
Covers the implementation of inheritable classes for simplified sets in Java.
Generics and Subtyping
Covers advanced concepts in generics and subtyping in Java, focusing on LinkedList implementation and List interface.
Financial Applications of Blockchains
Explores financial applications of blockchains and distributed ledgers, covering topics such as decentralized finance and blockchain protocols.
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.
Input/Output Streams: Character Streams
Explains reading and writing characters using Java input/output streams.