Curated Video
Describe network protocols : Multi-thread Echo Server
From the section: Programming TCP Clients and Servers In this section, we will learn about how to build TCP Servers and how it works. In this video, we will have a look at how multi-thread TCP echo server works. • Understand that the...
Curated Video
Migrating to Angular 2 (Video 2)
Angular 2 is a technical and conceptual overhaul of its hugely popular predecessor, AngularJS. This means that for developers who have built and maintained applications with AngularJS, and need to transition projects across to Angular 2,...
Packt
Importance of JavaScript Executor
This video discusses the importance of the JavaScript executor. This clip is from the chapter "Practical Problems and Methods to Handle them with Selenium" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Packt
Framework Learning Plan
This video presents an overview of how to plan to learn the Framework. This clip is from the chapter "Framework Learning Plan" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section gives an...
Curated Video
Complete Java SE 8 Developer Bootcamp - Maps
A map is a collection that is great for random access. Each item in a map is associated with a unique object based key. This clip is from the chapter "Collections" of the series "Complete Java SE 8 Developer Bootcamp".The author...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Java Installation
We will be installing Java SE in this session (Windows). This clip is from the chapter "Introduction to Spark and Installation" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section will give you a...
Curated Video
Comprehensive Android Developer Bootcamp - Android Frame Animation
Android Animations:Android Frame Animation This clip is from the chapter "Android Animations" of the series "The Comprehensive Android Developer Bootcamp".This section show you how to add animations to you app to make it more engaging.
Curated Video
From 0 to 1 Data Structures & Algorithms in Java - Minimum Value, Maximum Depth And Mirror
Find the minimum value in a binary search tree, find the maximum depth of a binary tree and mirror a binary tree. Learn to solve these problems recursively and see implementation details. This clip is from the chapter "Binary Tree...
Curated Video
Comprehensive Android Developer Bootcamp - Finishing Trivia App - Adding Fading Animation
Building a Trivia App:Finishing Trivia App - Adding Fading Animation This clip is from the chapter "APP –Building a Trivia App" of the series "The Comprehensive Android Developer Bootcamp".This section will show you how to build your own...
Packt
Brush-Up Basic Java Concepts -1
This is the first part of a three-part lecture that helps you brush up your Java concepts. This clip is from the chapter "Brush-Up Java Concepts for Selenium Automation" of the series "Selenium WebDriver with Java - Basics to Advanced...
APMonitor
Java ☕ Printing
In the early days of computers, users didn't interact with the computer through a screen, as we do now. Instead, the computer would output information with a physical printer with paper. Nowadays, we don't need to print to a physical...
Curated Video
Complete Java SE 8 Developer Bootcamp - Objects vs. Primitives
A discussion on the different characteristics of Java primitives (such as an int or boolean) and objects. This clip is from the chapter "Introduction to Objects" of the series "Complete Java SE 8 Developer Bootcamp".Java is Object...
Curated Video
Use variables to store data : Working with Variables and Data Types – Part 1
From the section: Java Introduction and Development Environment Setup. In this section, you will be introduced to Java 11. The Java programming language is widely used in the development of web and cellphone applications. In this...
Curated Video
Comprehensive Android Developer Bootcamp - Adding a Shake Animation
Building a Trivia App:Adding a Shake Animation This clip is from the chapter "APP –Building a Trivia App" of the series "The Comprehensive Android Developer Bootcamp".This section will show you how to build your own Trivia App. You will...
Curated Video
Bug Bounty Program Certification 10.3: About the Android App Bug Bounty Program
This video focuses on the information about Android bug bounty program. • Get basic understanding of Android bug bounty program overview • Explore listing tools and resources used • Learn about the process of Android app bug bounty
Curated Video
Cloud Native Development on Azure with Java 1.1: The Course Overview
This video will give you a gist of what the course offers you.
Packt
Static and Non-Static Importance Code in Java
This video discusses the importance of static and non-static code in Java. This clip is from the chapter "Core Java Tutorial - Part 2" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section explores...
Curated Video
Apache Maven Beginner to Guru - Hello World-Java Command Line
This video explains how to write the Hello World program in Java using the Java command line. This clip is from the chapter "Compiling Java" of the series "Apache Maven: Beginner to Guru".This section explains how to compile Java code.
Curated Video
Core Java Programming Course- Methods in Java
This video explains the various methods available in Java. This clip is from the chapter "Object-Oriented Programming" of the series "Learn How to Code: The Complete Core Java Programming Course".This section focuses on the different...
Curated Video
Java 11 Programming for Beginners 4.1: Understanding Assignment and Operators
Go through assignment and other operators. • We explain the example of a Pig Latin Translator • Explain operators • Implement a Pig Latin translator example
Curated Video
Core Java Programming Course- Primitive Data Types in Java
This video explains the various primitive data types available in Java. This clip is from the chapter "Basic Concepts of Java Programming" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains...
Packt
Two Ways of Defining a String Object – Important from Interview Point of View
This video demonstrates the two ways of defining a string object. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to Advanced...
Curated Video
Complete Java SE 8 Developer Bootcamp - Creating Object Types - Part 2
Learn to code a “Car” class with state and behavior. This clip is from the chapter "Introduction to Objects" of the series "Complete Java SE 8 Developer Bootcamp".Java is Object Oriented Programming which uses stack & heap, objects and...
Curated Video
Apache Maven Beginner to Guru - XML Schema Definition (XSD) to Java with Maven
This video demonstrates how to generate a source from XSD to Java with Maven. This clip is from the chapter "Generating Source with Maven" of the series "Apache Maven: Beginner to Guru".This section is about Generating Source with Maven.