Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Learning Java

Posted By: Landau17
Learning Java

Learning Java
MP4 | Video: 720p | Duration: 2:11:38 | English | Subtitles: VTT | 310.2 MB



Java is one of the top five programming languages, and is used for websites, embedded controllers, and Android app development. This is an introduction to get you started programming with Java 9-and the newly introduced JShell. Instructor Kathryn Hodge covers all the basics: data types, strings, arrays, loops, and functions. She helps you control the flow and logic of your code, and debug your project to make sure it runs perfectly. Then go a bit beyond the basics and learn advanced techniques such as encapsulation, inheritance, functional programming, and lambdas. Kathryn introduces challenges along the way to practice your new skills. This three-hour course is perfect for developers who need to get up to speed with Java fast, as well as for beginning programmers who want their first taste of this popular language.

Topics include:
    
  • Downloading Java 9 and choosing an IDE
  • Understanding Java basics: data types, strings, arrays, and more
  • Controlling flow with functions and loops
  • Debugging
  • Working with inheritance and interfaces
  • Learning lambda