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
Object Lifecycle in Java
Graph Chatbot
Related lectures (32)
Previous
Page 3 of 4
Next
Static Methods in Java
Covers static methods in Java, their restrictions, utility, and importance in the main method.
Introduction to Static Attributes in Java
Covers static attributes in Java, explaining their shared nature and common usage.
Memory Management: Copying Garbage Collection
Explores copying garbage collection, generational GC, inter-generational pointers, finalizers, weak references, and various GC techniques.
Object-Oriented Programming in Java
Covers classes, objects, attributes, and methods in Java, including declaration, access, initialization, and scope.
Class hierarchies: pattern matching
Covers class hierarchies, pattern matching, function values, and function calls in Scala.
Programming basics: introduction and algorithms
Introduces programming basics, covering Unix systems, Firefox, algorithms, and data structures.
Introduction to Constructors in Java
Introduces constructors in Java, focusing on initializing object attributes and their importance in object creation.
Encapsulation in Java: Tic-Tac-Toe Case Study
Explores encapsulation and abstraction in Java through a Tic-Tac-Toe game implementation.
Java Programming: Strings and Arrays
Covers fundamental programming and object-oriented programming concepts in Java, including variables, types, control structures, and basic algorithmic concepts.
Lambda Functions: Examples
Explores lambda functions in Java through practical examples and the consumer interface.