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
String Comparison
Graph Chatbot
Related lectures (32)
Previous
Page 3 of 4
Next
Implementation of Lists: SAbstractList.java
Covers the implementation of lists using SAbstractList.java and discusses the use of StringJoiner and iterators in Java programming.
Java Programming Basics
Covers the basics of Java programming, including variables, expressions, operators, and the concept of strong typing.
Equality, Order, and Hashing
Explains hashing, equality, and order in Java, emphasizing method compatibility for correct collection behavior.
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.
Methodology: Building a Method
Covers the methodology for constructing a method in Java.
Object-Oriented Programming: Inheritance and Polymorphism
Introduces inheritance, polymorphism, and object-oriented programming concepts in Java through practical examples.
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.
Expressions and Operators
Covers expressions, types, operators, and math functions in Java.
Longest Word: Java Implementation
Covers the Java implementation of finding the longest word in a list of words.