本站已收录 番号和无损神作磁力链接/BT种子 

Kotlin for Java Developers

种子简介

种子名称: Kotlin for Java Developers
文件类型: 视频
文件数目: 88个文件
文件大小: 1.91 GB
收录时间: 2020-10-14 05:38
已经下载: 3
资源热度: 130
最近下载: 2024-11-20 20:20

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:004b5db2c9ef9d6493e28a8261efd24861ad0d56&dn=Kotlin for Java Developers 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

Kotlin for Java Developers.torrent
  • 1. Introduction to the Course/1. Introduction From Tim Buchalka.mp465.44MB
  • 1. Introduction to the Course/2. Introduction to the course.mp47.37MB
  • 1. Introduction to the Course/3. JDK8 Install Windows.mp49.91MB
  • 1. Introduction to the Course/4. JDK8 Install Mac.mp46.51MB
  • 1. Introduction to the Course/5. JDK8 Install Linux.mp49.28MB
  • 1. Introduction to the Course/6. Intellij Windows Install and Configure.mp417.06MB
  • 1. Introduction to the Course/7. Intellij Mac Install and Configure.mp423.27MB
  • 1. Introduction to the Course/8. Intellij Linux Install and Configure.mp417.81MB
  • 1. Introduction to the Course/9. IntelliJ Kotlin Settings.mp415.3MB
  • 10. Course Wrap Up/1. Introduction to Section 10.mp41.74MB
  • 10. Course Wrap Up/2. Revisit the Converted Kotlin Text Adventure.mp416.49MB
  • 10. Course Wrap Up/3. Kotlin for Java Developers Wrap Up.mp412.88MB
  • 11. Extra Information - Source code, and other stuff/2. Bonus Lecture and Information.mp495.93MB
  • 2. Introduction to Kotlin/1. Introduction to Section 2.mp4974.3KB
  • 2. Introduction to Kotlin/2. Introduction to Kotlin.mp47.19MB
  • 2. Introduction to Kotlin/3. The Java Text Adventure Game.mp426.02MB
  • 2. Introduction to Kotlin/4. The Converted Kotlin Text Adventure Game.mp440.59MB
  • 2. Introduction to Kotlin/5. IDEA's Java to Kotlin Converter.mp48.07MB
  • 3. Basic Differences Between Kotlin and Java/1. Introduction to Section 3.mp41.15MB
  • 3. Basic Differences Between Kotlin and Java/10. Raw Strings in Kotlin.mp414.46MB
  • 3. Basic Differences Between Kotlin and Java/11. The Kotlin REPL.mp47.51MB
  • 3. Basic Differences Between Kotlin and Java/12. Kotlin Challenges (Round One).mp424.87MB
  • 3. Basic Differences Between Kotlin and Java/2. Hello World from Kotlin.mp413.4MB
  • 3. Basic Differences Between Kotlin and Java/3. The Kotlin Standard Library.mp410.21MB
  • 3. Basic Differences Between Kotlin and Java/4. Variable Declarations in Kotlin.mp418.9MB
  • 3. Basic Differences Between Kotlin and Java/5. How to Create Type Aliases in Kotlin.mp45.51MB
  • 3. Basic Differences Between Kotlin and Java/6. Quick Differences Between Kotlin and Java.mp418.7MB
  • 3. Basic Differences Between Kotlin and Java/7. How Kotlin handles equality differently from Java.mp423.35MB
  • 3. Basic Differences Between Kotlin and Java/8. Bit Operators and Smart Casting in Kotlin.mp410.79MB
  • 3. Basic Differences Between Kotlin and Java/9. String Templates in Kotlin.mp413.35MB
  • 4. Data Types and Null Reference Handling/1. Introduction to Section 4.mp41.33MB
  • 4. Data Types and Null Reference Handling/2. The Builtin Dataypes in Kotlin.mp433.3MB
  • 4. Data Types and Null Reference Handling/3. Arrays in Kotlin.mp439.59MB
  • 4. Data Types and Null Reference Handling/4. Null References in Kotlin - Part One.mp435.02MB
  • 4. Data Types and Null Reference Handling/5. Null References in Kotlin - Part Two.mp424.77MB
  • 4. Data Types and Null Reference Handling/6. Arrays and Null References.mp410.89MB
  • 4. Data Types and Null Reference Handling/7. Kotlin Challenges (Round Two).mp428.92MB
  • 5. OO and Kotlin Classes, Functions, Inheritance/1. Introduction to Section 5.mp41.31MB
  • 5. OO and Kotlin Classes, Functions, Inheritance/10. Inheritance in Kotlin - Part Two.mp425.04MB
  • 5. OO and Kotlin Classes, Functions, Inheritance/11. Interfaces in Kotlin.mp415.3MB
  • 5. OO and Kotlin Classes, Functions, Inheritance/12. Singletons in Kotlin.mp410.23MB
  • 5. OO and Kotlin Classes, Functions, Inheritance/13. Companion Objects in Kotlin.mp426.31MB
  • 5. OO and Kotlin Classes, Functions, Inheritance/14. Anonymous Objects in Kotlin.mp413.4MB
  • 5. OO and Kotlin Classes, Functions, Inheritance/15. Enums in Kotlin.mp440.4MB
  • 5. OO and Kotlin Classes, Functions, Inheritance/16. Imports in Kotlin.mp430.11MB
  • 5. OO and Kotlin Classes, Functions, Inheritance/17. The Internal Access Modifier.mp410.86MB
  • 5. OO and Kotlin Classes, Functions, Inheritance/18. Kotlin Challenges (Round Three, Part 1).mp437.24MB
  • 5. OO and Kotlin Classes, Functions, Inheritance/19. Kotlin Challenges (Round Three, Part 2).mp439.37MB
  • 5. OO and Kotlin Classes, Functions, Inheritance/2. Kotlin's Access Modifiers.mp413.36MB
  • 5. OO and Kotlin Classes, Functions, Inheritance/3. Declaring Classes and Using Constructors in Kotlin.mp437.54MB
  • 5. OO and Kotlin Classes, Functions, Inheritance/4. Properties and Backing Fields in Kotlin.mp422.07MB
  • 5. OO and Kotlin Classes, Functions, Inheritance/5. Constants and Data Classes.mp421.37MB
  • 5. OO and Kotlin Classes, Functions, Inheritance/6. Kotlin Function Basics.mp436.78MB
  • 5. OO and Kotlin Classes, Functions, Inheritance/7. Extension Functions.mp420.67MB
  • 5. OO and Kotlin Classes, Functions, Inheritance/8. Inline Functions.mp44.46MB
  • 5. OO and Kotlin Classes, Functions, Inheritance/9. Inheritance in Kotlin - Part One.mp418.77MB
  • 6. Loops, and the If, When, and TryCatch Expressions/1. Introduction to Section 6.mp41.15MB
  • 6. Loops, and the If, When, and TryCatch Expressions/2. The For Loop.mp448.64MB
  • 6. Loops, and the If, When, and TryCatch Expressions/3. The If Expression.mp416.33MB
  • 6. Loops, and the If, When, and TryCatch Expressions/4. The When Expression.mp439.91MB
  • 6. Loops, and the If, When, and TryCatch Expressions/5. The TryCatch Expression.mp419.72MB
  • 6. Loops, and the If, When, and TryCatch Expressions/6. Kotlin Challenges (Round Four).mp438.21MB
  • 7. Lambda Expressions, Collections, and Generics/1. Introduction to Section 7.mp41.6MB
  • 7. Lambda Expressions, Collections, and Generics/10. Generics in Kotlin.mp418.56MB
  • 7. Lambda Expressions, Collections, and Generics/11. Generics Functions and Erasure.mp440.76MB
  • 7. Lambda Expressions, Collections, and Generics/12. Generics Reified Parameters in Kotlin.mp414.57MB
  • 7. Lambda Expressions, Collections, and Generics/13. Generics Covariance.mp446.43MB
  • 7. Lambda Expressions, Collections, and Generics/14. Generics Contravariance.mp438.63MB
  • 7. Lambda Expressions, Collections, and Generics/15. Generics Use-Site Variance.mp418.53MB
  • 7. Lambda Expressions, Collections, and Generics/16. Kotlin Challenges (Round Five).mp449.94MB
  • 7. Lambda Expressions, Collections, and Generics/2. Lambda Expression Basics.mp421.81MB
  • 7. Lambda Expressions, Collections, and Generics/3. Lambdas With Receivers.mp433.98MB
  • 7. Lambda Expressions, Collections, and Generics/4. Lists.mp429.72MB
  • 7. Lambda Expressions, Collections, and Generics/5. Kotlin Collections Functions.mp418.19MB
  • 7. Lambda Expressions, Collections, and Generics/6. Maps and Destructuring Declarations.mp430.28MB
  • 7. Lambda Expressions, Collections, and Generics/7. Sets in Kotlin.mp412.83MB
  • 7. Lambda Expressions, Collections, and Generics/8. More Collections Functions in Kotlin.mp430.05MB
  • 7. Lambda Expressions, Collections, and Generics/9. Sequences in Kotlin.mp426.85MB
  • 8. File IO/1. Introduction to Section 8.mp41.22MB
  • 8. File IO/2. Reading Text Files.mp431.95MB
  • 8. File IO/3. Reading Binary Files and Try with Resources.mp412.04MB
  • 8. File IO/4. Walking the File Tree.mp410.13MB
  • 9. Java Interoperability/1. Introduction to Section 9.mp42.27MB
  • 9. Java Interoperability/2. Nullability when using Java from Kotlin.mp424.75MB
  • 9. Java Interoperability/3. More about calling Java from Kotlin.mp431.14MB
  • 9. Java Interoperability/4. Calling Kotlin Functions from Java.mp428.33MB
  • 9. Java Interoperability/5. Annotations when calling Kotlin from Java.mp432.06MB
  • 9. Java Interoperability/6. Kotlin Challenges (Round Six).mp444.74MB