Instructional Video0:23
Curated Video

Complete Java SE 8 Developer Bootcamp - Section Overview "Abstract Classes and Interfaces"

Higher Ed
The author provides an overview of the course. This clip is from the chapter "Abstract Classes and Interfaces" of the series "Complete Java SE 8 Developer Bootcamp".Create abstract classes and interfaces on getting familiar in this section.
Instructional Video4:24
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 05 - Need for ConcurrentMap

Higher Ed
In this session, we will learn about need for ConcurrentMap. This clip is from the chapter "More Concurrency with Concurrent Collections and Atomic Operations" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video6:58
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Serialization

Higher Ed
Miscellaneous Topics: Serialization This clip is from the chapter "Miscellaneous Topics" of the series "Java Interview Guide : 200+ Interview Questions and Answers".This section addresses some miscellaneous topics of Java.
Instructional Video18:57
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Functional Programming Questions and Answers

Higher Ed
Functional Programming - Lambda Expressions and Streams: Functional Programming Questions and Answers This clip is from the chapter "Functional Programming - Lambda Expressions and Streams" of the series "Java Interview Guide : 200+...
Instructional Video1:43
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Do not forget to do Exercises

Higher Ed
Basics of Object Oriented Programming: Do not forget to do Exercises This clip is from the chapter "Basics of Object Oriented Programming" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section you...
Instructional Video5:24
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Asserts and Garbage Collection

Higher Ed
Miscellaneous Topics: Asserts and Garbage Collection This clip is from the chapter "Miscellaneous Topics" of the series "Java Interview Guide : 200+ Interview Questions and Answers".This section addresses some miscellaneous topics of Java.
Instructional Video3:01
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 28 - Java Collections - Conclusion with Three Tips

Higher Ed
In this session, we will learn about Java collections - conclusion with three tips. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore Java...
Instructional Video5:00
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - What is Cohesion?

Higher Ed
Polymorphism and instanceof: What is Cohesion? This clip is from the chapter "More Object Oriented Programming Concepts" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will learn about...
Instructional Video2:50
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - What is an anonymous class?

Higher Ed
Polymorphism and instanceof: What is an anonymous class? This clip is from the chapter "More Object Oriented Programming Concepts" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will...
Instructional Video3:49
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Variable Arguments

Higher Ed
Miscellaneous Topics: Variable Arguments This clip is from the chapter "Miscellaneous Topics" of the series "Java Interview Guide : 200+ Interview Questions and Answers".This section addresses some miscellaneous topics of Java.
Instructional Video5:43
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Throwing an Exception

Higher Ed
Exception Handling: Throwing an Exception This clip is from the chapter "Exception Handling" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will learn how exceptions are handled in Java.
Instructional Video9:17
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Synchronization of Threads: join, wait, notify and notifyAll methods

Higher Ed
Multithreading: Synchronization of Threads: join, wait, notify and notifyAll methods This clip is from the chapter "Multithreading" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will...
Instructional Video2:07
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Differences between C++ and Java

Higher Ed
Java Platform: Differences between C++ and Java This clip is from the chapter "Java Platform" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will be introduced to the concept of Spring...
Instructional Video7:01
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Concurrent Collections – CopyOnWriteArrayList

Higher Ed
Concurrent Collections: Concurrent Collections – CopyOnWriteArrayList This clip is from the chapter "Concurrent Collections" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will learn...
Instructional Video10:41
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - CompareAndSwap, Locks and AtomicOperations

Higher Ed
Concurrent Collections: CompareAndSwap, Locks and AtomicOperations This clip is from the chapter "Concurrent Collections" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will learn about...
Instructional Video5:23
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - What is Coupling?

Higher Ed
Polymorphism and instanceof: What is Coupling? This clip is from the chapter "More Object Oriented Programming Concepts" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will learn about...
Instructional Video11:21
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Inheritance, Method overloading and Method overriding

Higher Ed
Basics of Object Oriented Programming: Inheritance, Method overloading and Method overriding This clip is from the chapter "Basics of Object Oriented Programming" of the series "Java Interview Guide : 200+ Interview Questions and...
Instructional Video2:41
Curated Video

MongoDB Tutorial for Beginners (2022) - Text Search on a Collection in MongoDB

Higher Ed
Learn how to perform text search with $text in MongoDB. This clip is from the chapter "Text Search in MongoDB" of the series "MongoDB Tutorial for Beginners (2022)".This section explores how to perform searches, especially text searches...
Instructional Video4:06
Curated Video

MongoDB Tutorial for Beginners (2022) - Create and Delete Text Index

Higher Ed
Learn how to create and delete text index in MongoDB. This clip is from the chapter "Text Indexing in MongoDB" of the series "MongoDB Tutorial for Beginners (2022)".This section demonstrates how to create and delete a text index in MongoDB.
Instructional Video9:36
Step Back History

What is the Gnostic Religion?

12th - Higher Ed
Long-buried secret books of the Bible. A good an evil god. A Gospel of Judas. These are all parts of a mysterious early branch of sects in Christianity called the Gnostics. Who were these people? What did they believe? And why did it...
Instructional Video0:30
Curated Video

Complete Java SE 8 Developer Bootcamp - Section Overview "Arrays"

Higher Ed
Learn more about arrays. This clip is from the chapter "Arrays" of the series "Complete Java SE 8 Developer Bootcamp".In this section, author details benefits of using various types of arrays to store information.
Instructional Video3:27
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - toString method

Higher Ed
Basics of Object Oriented Programming: toString method This clip is from the chapter "Basics of Object Oriented Programming" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section you will learn about...
Instructional Video7:03
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Thread states, priority, ExecutorService and Callable

Higher Ed
Multithreading: Thread states, priority, ExecutorService and Callable This clip is from the chapter "Multithreading" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will learn about...
Instructional Video9:46
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - String, StringBuffer and StringBuilder

Higher Ed
Strings: String, StringBuffer and StringBuilder This clip is from the chapter "Strings" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will learn about Strings which are widely used in...