Oreilly - Complete Java SE 8 Developer Bootcamp - 9781787288669
Oreilly - Complete Java SE 8 Developer Bootcamp
by Intertech Training | Released July 2017 | ISBN: 9781787288669


Master the Foundations of Java and the Topics of the Oracle Certified Associate, Java SE 8 Programmer Exam (1Z0-808)About This VideoA complete programming course for Java beginnersThorough teaching style ensures content is understoodGain a solid understanding of the topics covered in the exam to become an Oracle Certified Associate, Java SE 8 Programmer (Java SE 8 Programmer I 1Z0-808)In DetailJava is one of the most popular programming languages used in professional application development. As such, there is an extensive job market available to those who master its syntax. However, mastering a language as complex and vast as Java requires a developer to start with a solid programming foundation. This 12-hour course provides that foundation. Those who are looking to start a career in software development, or developers who are looking to increase their marketability by learning the nuts and bolts of Java, will benefit from taking this course. To start you on the “right track,” the course goes beyond basic syntax by including best practices and object-oriented programming idioms. In addition, the topics covered help prepare you for the Oracle Certified Associate, Java Programmer SE 8 exam (a certification which demonstrates to potential employers a fundamental level of proficiency with the language). However, do note that this course is just as appropriate for someone who is not interested in taking the exam. The course starts at the very beginning, teaching how to use the Java Eclipse IDE and the basic programming syntax, then moves through the language covering object-oriented programming and on through important modern Java concepts such as Lambdas. If you want to learn Java, this is the course for you! Show and hide more Publisher resources Download Example Code
  1. Chapter 1 : Welcome!
    • Course Overview 00:01:43
    • Installing the Java SE Development Kit 8 (JDK) 00:03:14
    • Installing Eclipse 00:07:54
  2. Chapter 2 : Getting Started with Java
    • Section Overview 00:00:26
    • The Features of the Java Programming Language 00:04:44
    • The Java Platform 00:05:49
    • Editions and Versions 00:08:44
    • The Java Development Kit (JDK) 00:03:40
    • Your First Java Program - Part 1 (Code) 00:13:01
    • Your First Java Program - Part 2 (Compilation and Execution) 00:04:54
    • Java API Documentation (Javadocs) 00:03:08
  3. Chapter 3 : Introduction to Objects
    • Section Overview 00:00:22
    • Object Oriented Programming (OOP) 00:06:02
    • Objects vs. Primitives 00:11:18
    • Stack and Heap 00:02:56
    • Using Objects 00:15:00
    • Initializing Data 00:06:36
    • Creating Object Types - Part 1 00:03:56
    • Creating Object Types - Part 2 00:07:18
    • Creating Object Types - Part 3 00:06:07
    • Building Constructors 00:07:24
    • Default Constructor 00:04:15
    • Initialization Blocks 00:06:08
  4. Chapter 4 : Static, Scope, and Garbage Collection
    • Section Overview 00:00:17
    • Static Variables 00:10:00
    • Static Methods 00:08:31
    • Static Initialization Block 00:03:50
    • “this” – Part 1 00:08:08
    • “this” – Part 2 00:06:59
    • “this” – Part 3 00:06:11
    • Scope – Part 1 00:06:11
    • Scope – Part 2 00:07:57
    • Garbage Collection 00:05:54
    • Java Memory Leaks 00:03:38
  5. Chapter 5 : Packages
    • Section Overview 00:00:17
    • Packages 00:15:09
    • Classpath 00:05:03
    • JARs 00:06:40
  6. Chapter 6 : Java Conventions and Primitives
    • Section Overview 00:00:33
    • Coding Standards 00:08:36
    • Comments 00:03:04
    • Javadoc 00:05:41
    • Primitive Data Types 00:07:52
    • Primitive Literals 00:05:07
    • Primitive Conversion 00:09:18
    • Big Numbers 00:03:33
  7. Chapter 7 : Java Syntax
    • Section Overview 00:00:21
    • Conditionals – If / Else If / Else 00:07:56
    • Conditionals – Swtich 00:06:18
    • Operators: Part 1 00:11:18
    • Operators: Part 2 00:05:28
    • Loops 00:07:35
    • Break, Continue, and Labels 00:07:15
    • Enumerations (enum) 00:08:22
  8. Chapter 8 : Strings
    • Learn the syntax for enum; that allows us to create strongly typed label. 00:00:19
    • String Objects 00:06:03
    • String Operations and Operators 00:05:26
    • Immutable Strings 00:06:56
    • Pass By Value: Primitives 00:08:15
    • Passing By Value: Objects 00:04:56
  9. Chapter 9 : Encapsulation
    • Section Overview 00:00:22
    • Encapsulation and Data Hiding 00:07:42
    • Getters and Setters: Part 1 00:06:26
    • Getters and Setters: Part 2 00:03:22
    • Access Modifiers 00:07:03
  10. Chapter 10 : Inheritance
    • Section Overview 00:00:20
    • Inheritance: Part 1 00:03:35
    • Inheritance: Part 2 00:06:57
    • Chaining Constructors 00:11:30
    • Overloading Methods 00:07:00
    • Overriding Methods 00:08:18
    • Covariant Returns 00:01:31
    • The Three Faces of Final 00:05:31
  11. Chapter 11 : Polymorphism
    • Section Overview 00:00:26
    • Polymorphism Demo 00:08:00
    • Polymorphism: Part 1 00:07:17
    • Polymorphism: Part 2 00:07:03
    • Benefits of Polymorphism 00:08:19
    • Object Type Casting 00:06:14
    • The Object Class 00:11:40
  12. Chapter 12 : Abstract Classes and Interfaces
    • Section Overview 00:00:23
    • Abstract Classes: Part 1 00:07:19
    • Abstract Classes: Part 2 00:05:17
    • Interfaces: Part 1 00:06:17
    • Interfaces: Part 2 00:11:22
    • Interface: Part 3 00:06:27
  13. Chapter 13 : Lambda Expressions and Static Imports
    • Section Overview 00:00:18
    • Marker and Functional Interfaces 00:03:44
    • Lambda Expressions 00:07:22
    • Predicate 00:02:32
    • Static Imports 00:05:06
  14. Chapter 14 : Dates and Time
    • Section Overview 00:00:21
    • LocalDate 00:08:04
    • LocalTime, LocalDateTime, and Period 00:08:49
    • DateTimeFormatter 00:08:14
  15. Chapter 15 : Arrays
    • Section Overview 00:00:30
    • Arrays 00:11:16
    • Polymorphism Revisited 00:06:49
    • Multi- Dimensional Arrays 00:04:14
    • Sorting and Searching Arrays 00:03:28
    • Common Array Mistakes 00:03:09
    • Varargs 00:03:00
  16. Chapter 16 : Collections
    • Section Overview 00:00:22
    • When Arrays Are Not Enough 00:03:36
    • Collections 00:05:04
    • The Collection Interface 00:02:52
    • Iterator 00:03:45
    • Lists 00:04:08
    • Sets 00:03:34
    • Queues 00:05:43
    • Deques 00:03:30
    • Maps 00:07:28
  17. Chapter 17 : More with Collections
    • Section Overview 00:00:11
    • Limitations of Collections 00:05:20
    • Generics and Autoboxing 00:05:47
    • Diamond Operator 00:02:05
    • Sorting and Searching Collections 00:01:32
    • Comparable 00:04:17
    • Comparator 00:03:18
  18. Chapter 18 : Exception Handling
    • Section Overview 00:00:21
    • Throwable 00:02:50
    • Catching Exceptions 00:05:43
    • Finally Block 00:04:15
    • The Exception Object 00:01:47
    • Unchecked (Runtime) vs. Checked Exceptions 00:04:36
    • Creating Exceptions 00:02:17
  19. Show and hide more

    Oreilly - Complete Java SE 8 Developer Bootcamp


 TO MAC USERS: If RAR password doesn't work, use this archive program: 

RAR Expander 0.8.5 Beta 4  and extract password protected files without error.


 TO WIN USERS: If RAR password doesn't work, use this archive program: 

Latest Winrar  and extract password protected files without error.


 Coktum   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss