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
Untitled
Graph Chatbot
Related lectures (32)
Previous
Page 3 of 4
Next
String Basics: Syntax, Char Type, Operators, Concatenation
Covers the basics of working with strings in Java, including syntax, char type, operators, and concatenation.
Generics and Subtyping
Covers advanced concepts in generics and subtyping in Java, focusing on LinkedList implementation and List interface.
File Handling: Text and Bytes
Covers file handling, string operations, and character encodings in Python.
Equality, Order, and Hashing
Explains hashing, equality, and order in Java, emphasizing method compatibility for correct collection behavior.
Implementation of Lists: SAbstractList.java
Covers the implementation of lists using SAbstractList.java and discusses the use of StringJoiner and iterators in Java programming.
Mini-project 2 Tutorial Explanation
Explains the mini-project 2 tutorial for the CS107 course, emphasizing model interactions and design decisions.
String Comparison
Explains the importance of using the equals function for comparing string content.
Object-Oriented Programming: Fundamentals and Examples
Covers the fundamentals of Object-Oriented Programming in C++, including encapsulation, inheritance, and polymorphism, with examples in various OOP languages.
Lambda Functions in Java
Covers lambda functions in Java, focusing on sorting algorithms.
Threads: Introduction and Implementation
Introduces thread creation and management in Java, including using thread pools for efficient task execution.