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
Concurrency: Volatile
Graph Chatbot
Related lectures (32)
Previous
Page 3 of 4
Next
Atomic execution: Synchronization in threads
Covers atomic execution in threads, race conditions, shared variables, and synchronized blocks.
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.
Advanced Types in Java Programming
Explores advanced Java programming concepts such as arrays, strings, and Unicode characters.
Lambda Functions: Examples
Explores lambda functions in Java through practical examples and the consumer interface.
Design Patterns: Observer/MVC
Explores implementing Observer and MVC design patterns in Java for updating a spreadsheet interface.
JavaFX: Puzzle Game Implementation
Covers the implementation of a puzzle game using JavaFX.
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.
Concurrency: Deadlock
Covers the concept of deadlock in concurrent programming and provides solutions to prevent them.
Input/Output Streams in Java
Covers input/output streams in Java, focusing on handling byte streams and practical file operations.
Generics in Java: Cell and Pair Classes
Covers the implementation of generic classes in Java, focusing on the Cell and Pair classes.