Login to filter by course Login to filter by course Reset
Polymorphism and Type TestingExplores object-oriented programming concepts, polymorphism, inheritance, and dynamic binding in Java, emphasizing the importance of correct object comparison.
Method Dispatch OptimizationExplores method dispatch optimization in object-oriented languages, focusing on inline caching and membership tests.
Introduction to Arrays: JavaCovers the introduction to arrays in Java, focusing on structured data representation and efficient data manipulation.
Generics in JavaCovers the concept of generics in Java, focusing on implementation and usage.
Parallel Programming: FundamentalsCovers the basics of parallel programming, including exploiting parallelism in algorithms and the importance of avoiding race conditions.
Java Exceptions HandlingCovers advanced concepts in Java exception handling, including custom exceptions and complete handling scenarios.