Instructional Video5:21
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Threads in Java

Higher Ed
In this video, we will apply our knowledge of threads through hands-on exercises. We will understand how to create and manage threads, synchronize thread execution, and experience the benefits of multithreading in practical scenarios....
Instructional Video6:28
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Garbage Collector and Garbage Collection Mechanism in Java

Higher Ed
In this video, we will learn about the garbage collector, a crucial component of Java's memory management system, and how the garbage collector works, including object reachability, garbage collection algorithms, and the importance of...
Instructional Video5:50
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Different Ways of Creating Threads in Java

Higher Ed
In this video, we will explore different techniques for creating threads in Java by extending the Thread class and implementing the Runnable interface, enabling you to leverage the power of multithreading in your applications. This clip...
Instructional Video11:53
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Custom Exception Handling

Higher Ed
In this video, we will explore creating and handling custom exceptions in Java. We will look at a demonstration on how to define custom exception classes, throw and catch them, and handle exceptional scenarios specific to your...
Instructional Video8:34
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Final keyword in Java - Wrapper Class, String, StringBuilder, Access Modifie

Higher Ed
In this video, we will apply the final keyword in practical scenarios through hands-on exercises, creating and using final variables, classes, and methods effectively, ensuring data integrity and code reliability. This clip is from the...
Instructional Video6:37
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Concept of Wrapper Class, Autoboxing and Unboxing

Higher Ed
In this video, we will discover wrapper classes, which provide a way to work with primitive data types as objects. This video will explain autoboxing and unboxing, which enables automatic conversion between primitive types and their...
Instructional Video9:01
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on and Debugging for Interface and Multiple Inheritance in Java

Higher Ed
In this video, we will gain hands-on experience with interfaces and multiple inheritance concepts, exercises to implement interfaces, utilize interface inheritance, and troubleshoot common issues related to interface usage. This clip is...
Instructional Video14:29
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Concept of Static in Java

Higher Ed
This video will explore the concept of static members in Java, including static variables and methods. We will explain the purpose of static members, how to declare and access them, and their role in sharing data and behavior among...
Instructional Video2:32
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Object and Reference vs. Heap and Stack

Higher Ed
In this video, we will understand how objects are instantiated and stored in memory, explore the concepts of object references, the distinction between stack and heap memory, and how objects interact during runtime. This clip is from the...
Instructional Video6:53
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Understanding OOPS Concepts with Real-World Examples

Higher Ed
In this video, we will examine real-world examples that showcase the power of OOP and how OOP principles are employed in scenarios like modeling a banking system, creating a game, or designing a car rental application, giving valuable...
Instructional Video3:51
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Taking User Input from Keyboard

Higher Ed
In this video, we will discover how to interact with users by taking input from your Java programs' keyboard and reading input using the Scanner class, enabling you to prompt users for information during program execution. This clip is...
Instructional Video3:56
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Bitwise and Ternary Operators

Higher Ed
This video will explore bitwise operators for manipulating individual bits in binary numbers and the ternary operator for concise conditional expressions. We will use bitwise operators for low-level operations and ternary operators for...
Instructional Video0:44
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Types of Operators

Higher Ed
In this video, we will dive deep into operators by learning about the different types available in Java. This video will cover arithmetic, assignment, comparison, logical, bitwise, and ternary operators, comprehensively understanding the...
Instructional Video1:08
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - What are Operators in Java

Higher Ed
In this video, we will explore the concept of operators in Java and their role in performing various operations on data. This video will introduce us to Java's different categories of operators and explain how they contribute to...
Instructional Video2:27
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Data Types Hands-on

Higher Ed
In this video, we will gain knowledge of data types with hands-on exercises. This video will guide us through coding tasks that involve declaring variables of different data types, initializing them, and performing operations using...
Instructional Video4:44
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Naming Convention Part-2

Higher Ed
In this video, we will build upon the previous video and delve deeper into naming conventions in Java programming. We will learn additional guidelines for naming constants, packages, and other elements in our code, ensuring consistency...
Instructional Video5:53
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Naming Convention Part-1

Higher Ed
In this video, we will discover the best practices for naming variables, methods, and classes in Java and the commonly followed naming conventions in the Java community, helping to write clean and understandable code. This clip is from...
Instructional Video8:09
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Comments in Java

Higher Ed
In this video, we will learn the importance of comments in Java and how they can enhance code readability and maintainability. We will explore the different types of comments available in Java and understand when and how to use them...
Instructional Video4:19
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Creating the first Java project in IDE

Higher Ed
In this video, we will learn to create our first Java project within the chosen IDE, the steps to set up a project structure, organize source files, and configure necessary dependencies. We will create a functional Java project ready for...
Instructional Video2:20
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Downloading and Installing IDE

Higher Ed
In this video, we will learn to use an Integrated Development Environment (IDE) for Java programming, downloading and installing a popular Java IDE, providing insights into its features and capabilities. With an IDE, we will have a...
Instructional Video6:46
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Understanding our First Java Program

Higher Ed
After we have written and executed our first Java program, we understand its components and functionality. This video will dissect each line's code, purpose, and role in the program's execution. We will gain a deeper comprehension of the...
Instructional Video5:51
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Writing, Compiling, and Running our First Java Program

Higher Ed
This video will explore Java programming as we write, compile, and run our first Java program. We will understand the steps involved in creating a simple program, compile it using the Java compiler, and execute the program to see the...
Instructional Video4:14
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Downloading and Installing Java

Higher Ed
In this video, we will learn to download and install the Java Development Kit (JDK), essential for Java programming. The instructor guides you through the installation process on different operating systems, ensuring a functional Java...
Instructional Video3:19
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Disadvantages of Java

Higher Ed
In this video, we discuss the disadvantages and challenges associated with Java programming, performance considerations, and the learning curve complexity of Java. By understanding these disadvantages, we will be better equipped to...