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
JavaFX: Puzzle Game Implementation
Graph Chatbot
Related lectures (32)
Previous
Page 3 of 4
Next
Memory Retention: Implementation of Lists (III)
Covers the implementation of lists in Java, focusing on memory management techniques.
Adapter Design Pattern: ArrayShuffler
Covers the Adapter design pattern using the example of ArrayShuffler in Java.
Advanced Types in Java Programming
Explores advanced Java programming concepts such as arrays, strings, and Unicode characters.
Collections: Common Words
Covers the implementation of common words in Java using collections like ArrayList, HashSet, and TreeSet.
Lambda Functions in Java
Explores lambda functions in Java, showcasing their use through examples like the 'PrintAll' class.
Introduction to Programming: First Steps
Covers the basics of programming, including the development cycle of a program, strong typing, data storage in Java variables, and primitive data types.
JavaFX: Intermediate Scene Graph
Covers intermediate JavaFX concepts, focusing on scene graph and appearance.
Equality, Order, and Hashing
Explains hashing, equality, and order in Java, emphasizing method compatibility for correct collection behavior.
Generics in Java
Covers the concept of generics in Java, focusing on implementation and usage.
Design Patterns: Observer/MVC
Explores implementing Observer and MVC design patterns in Java for updating a spreadsheet interface.