Сообщения без ответов | Активные темы Текущее время: 2024-11-24 19:06



Ответить на тему  [ 1 сообщение ] 
[Udemy] The Complete Java Developer Course full version on 29.01.2016 [2016, ENG] 
Автор Сообщение
Постоянный
Постоянный
Раздал: 1.19 ТБ
Скачал: 949.67 ГБ
Ратио: 1.278


Зарегистрирован: 2014-10-13 17:53
Сообщения: 2494
Ответить с цитатой 
The Complete Java Developer Course full version on 29.01.2016

#777
Год выпуска: 2016
Производитель: Udemy
Сайт производителя: https://www.udemy.com/java-the-complete-java-developer-course/
Автор: Tim Buchalka
Продолжительность: 25 часов
Тип раздаваемого материала: Видеоурок
Язык: Английский
Описание: This course assumes no previous experience, and takes you from the absolute beginner concepts like showing you the tools you need to download and install, writing you very first Java program, and then goes into more detail as we explore the entire Java feature set. All the basic Java keywords, operators, statements, and expressions are explained in great detail, together with complete chapters on object oriented programming and the Java API. You learn to develop powerful Java applications using one of the most powerful Integrated Development Environments on the market, IntelliJ IDEA!

Содержание
Curriculum

Раздел 1: Introduction
Лекция 1 Getting Started With This Course  7:40

Раздел 2: Setup
Лекция 2 How to Use This Section Of The Course  0:56
Лекция 3 Download And Install The JDK For A PC Running Windows  4:45
Лекция 4 Download And Install IntelliJ IDEA For A PC Running Windows  9:39
Лекция 5 Free 90 Day Extended Trial of IntelliJ Ultimate Edition Now Available  Текст
Лекция 6 Download And Install The JDK For Mac OS X  2:01
Лекция 7 Download And Install IntelliJ IDEA For Mac OS X  7:52
Лекция 8 Free 90 Day Extended Trial of IntelliJ Ultimate Edition Now Available  Текст
Лекция 9 Download And Install The JDK For A PC Running Linux  2:02
Лекция 10 Download And Install IntelliJ IDEA For A PC Running Linux  8:29
Лекция 11 Free 90 Day Extended Trial of IntelliJ Ultimate Edition Now Available  Текст

Раздел 3: First Steps
Лекция 12 Introduction  0:32
Лекция 13 Hello World Program  12:11
Лекция 14 The IntelliJ Interface  7:23

Раздел 4: Variables, Datatypes and Operators
Лекция 15 Introduction  0:22
Лекция 16 Variables  15:10
Лекция 17 Primitive Data Types - byte, short, int and long (+Challenge Exercise)  18:41
Лекция 18 Primitive Data Types float, double (+Challenge Exercise)  12:54
Лекция 19 Primitive data types - char and boolean (+Challenge Exercise)  7:19
Лекция 20 Primitive Types Wrap up and String  11:53
Лекция 21 Operators Part 1  16:09
Лекция 22 Operators Part 2 (+Challenge Exercise)  19:18

Раздел 5: Expressions, Statements, Code blocks and Methods
Лекция 23 Introduction  0:27
Лекция 24 Keywords and Expressions (+Challenge Exercise)  7:13
Лекция 25 Statements, Whitespace and Indenting  9:21
Лекция 26 Code blocks and Control Statements - if then else (+Challenge Exercise)  17:07
Лекция 27 Methods - Part 1  17:43
Лекция 28 Methods - Part 2 (+Challenge Exercise)  15:05
Лекция 29 Method Overloading (+Challenge Exercise) 26:58

Раздел 6: Control Flow Statements
Лекция 30 Introduction  0:33
Лекция 31 The switch statement (+Challenge Exercise)  19:29
Лекция 32 The for Statement (+Challenge Exercise)  25:01
Лекция 33 The while and do while statements (+Challenge Exercise)  16:29

Раздел 7: OOP Part 1 - Classes, Constructors and Inheritance
Лекция 34 Introduction  0:32
Лекция 35 Classes Part 1  16:30
Лекция 36 Classes Part 2  13:24
Лекция 37 Constructors - Part 1 (+Challenge Exercise)  18:53
Лекция 38 Constructors - Part 2 (+Challenge Exercise)  15:57
Лекция 39 Inheritance - Part 1  19:36
Лекция 40 Inheritance - Part 2  13:23
Лекция 41 Inheritance Challenge Part 1 (+Challenge Exercise)  16:35
Лекция 42 Inheritance Challenge Part 2  10:01

Раздел 8: OOP Part 2 - Composition, Encapsulation, and Polymorphism
Лекция 43 Introduction  0:33
Лекция 44 Composition  17:16
Лекция 45 Composition Part 2 (+Challenge Exercise)  14:14
Лекция 46 Encapsulation  19:20
Лекция 47 Encapsulation (+Challenge Exercise)  14:13
Лекция 48 Polymorphism  20:31
Лекция 49 Polymorphism (+Challenge Exercise)  18:43
Лекция 50 OOP Master Challenge Exercise  15:56
Лекция 51 OOP Challenge - Solution  15:29

Раздел 9: Arrays, Java inbuilt Lists, Autoboxing and Unboxing
Лекция 52 Arrays  21:24
Лекция 53 Arrays (Challenge Exercise)  16:17
Лекция 54 List and ArrayList Part 1  16:26
Лекция 55 ArrayList Part 2 20:08
Лекция 56 ArrayList Part 3  16:45
Лекция 57 ArrayList Challenge Part 1  13:57
Лекция 58 ArrayList Challenge Part 2  18:10
Лекция 59 ArrayList Challenge Part 3  10:47
Лекция 60 Autoboxing and Unboxing  16:13
Лекция 61 Autoboxing & Unboxing (Challenge Exercise) - Part 1  16:46
Лекция 62 Autoboxing & Unboxing (Challenge Exercise) - Part 2  17:05
Лекция 63 Autoboxing & Unboxing (Challenge Exercise) - Part 3  9:29
Лекция 64 LinkedList Part 1  16:40
Лекция 65 LinkedList Part 2  15:27
Лекция 66 LinkedList Part 3  20:43
Лекция 67 LinkedList Challenge Part 1  14:03
Лекция 68 LinkedList Challenge Part 2  17:17
Лекция 69 LinkedList Challenge Part 3 (Final video)  15:42

Раздел 10: Inner and Abstract Classes & Interfaces
Лекция 70 Interfaces  12:31
Лекция 71 Interfaces Part 2  14:26
Лекция 72 Interfaces Challenge Part 1  17:36
Лекция 73 Interfaces Challenge Part 2  8:57
Лекция 74 Inner classes Part 1  17:08
Лекция 75 Inner Classes Part 2  14:42
Лекция 76 Inner Classes Challenge  10:30
Лекция 77 Abstract Classes Part 1  16:39
Лекция 78 Abstract Classes Part 2  10:52
Лекция 79 Abstract Class Challenge Part 1  19:43
Лекция 80 Abstract Class Challenge Part 2  12:50
Лекция 81 Abstract Class Challenge Part 3  19:41

Раздел 11: Java Generics
Лекция 82 Generics Introduction  11:09
Лекция 83 Our Generics Class  11:34
Лекция 84 Our Generics Class Part 2  18:54
Лекция 85 Our Generics Class Part 3  10:10
Лекция 86 Generics Challenge  13:05

Раздел 12: Naming Conventions and Packages. static and final keywords
Лекция 87 Naming Conventions  7:06
Лекция 88 Packages  17:03
Лекция 89 Packages Part 2  11:37
Лекция 90 Packages Part 3  12:02
Лекция 91 Packages (Challenge Exercise)  12:54
Лекция 92 Scope  17:22
Лекция 93 Scope Part 2 and Visibility  12:04
Лекция 94 Scope +(Challenge Exercise)  5:53
Лекция 95 Access Modifiers  16:48
Лекция 96 The static statement  12:29
Лекция 97 The final statement  14:34
Лекция 98 Final Part 2 and Static Initializers  8:57

Раздел 13: Java Collections
Лекция 99 Collections Overview  15:45
Лекция 100 Binary Search  15:36
Лекция 101 Collections List Methods  18:20
Лекция 102 Comparable and Comparator  18:52
Лекция 103 Maps  16:48
Лекция 104 Map Continued and Adventure Game  16:30
Лекция 105 Adding Exits to the Adventure game  18:01
Лекция 106 Adventure Game challenge  8:10
Лекция 107 Immutable Classes  15:38
Лекция 108 Immutable Class Challenge  4:29
Лекция 109 Sets & HashSet 19:49
Лекция 110 HashSet - equals() and hashCode() 16:49
Лекция 111 Finish off equals() and hashcode() 10:53
Лекция 112 Potential issue with equals() and sub-classing 11:56

Раздел 14: Testing, Exceptions and Documentation
Лекция 113 Debugging Текст
Лекция 114 Using Java's Documentation Текст
Лекция 115 Source Code Analysis in IntelliJ Текст
Лекция 116 Reviewing Java's Own Source Code Текст
Лекция 117 Exception Текст

Раздел 15: Exploring Java's Libraries
Лекция 118 Content Coming Soon Текст

Раздел 16: Basic Input & Output including java.util
Лекция 119 Content Coming Soon Текст

Раздел 17: Concurrency in Java
Лекция 120 Content Coming Soon Текст

Раздел 18: Regular Expressions
Лекция 121 Content Coming Soon Текст

Раздел 19: Lambda Expressions
Лекция 122 Content Coming Soon Текст

Раздел 20: Upcoming Content
Лекция 123 Content getting added to course Текст

Раздел 21: Extras
Лекция 124 Other courses created by Tim!  2:40
Лекция 125 Links to Tim's other courses  Текст
Лекция 126 Source code for all Programs  RAR

Файлы примеров: присутствуют
Формат видео: MP4
Видео: AVC, 1280 x 720, 16:9, 29 кадров/с, 1654 Кбит/сек
Аудио: AAC, 48,0 КГц, 56,9 Кбит/сек, 2 канала

Скриншоты





Доп. информация: Данный релиз основан на раздаче http://rutracker.org/forum/viewtopic.php?t=5098698, дополнен недостающими лекциями предоставленными пользователем Marley.


2016-01-30 02:00
Профиль
  • Торрент
Автор: Александр С. Хэш: ---
Добавлен: 2016-01-30 02:00 Приватный: Нет (DHT включён)
Статус:
---
Размер: 4.95 ГБ (5 316 299 568 байт)
Изменил:
---
Скачали: 0 (Раздающих: 0%)
Причина:
---
Здоровье: 0%
Сидеров: 0 Личеров: 0
Скорость раздачи: 0 байт/сек Скорость скачивания: 0 байт/сек
Последний сидер: Нет Последний личер: Нет
Для скачивания торрента необходимо зарегистрироваться или войти на трекер.
Показать сообщения за:  Поле сортировки  
Ответить на тему   [ 1 сообщение ] 

Кто сейчас на конференции

Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 6


Вы не можете начинать темы
Вы не можете отвечать на сообщения
Вы не можете редактировать свои сообщения
Вы не можете удалять свои сообщения
Вы не можете добавлять вложения

Найти:
Перейти:  
Создано на основе phpBB® Forum Software © phpBB Group
ppkBB3cker v.2.5 © 2008-2021 @ PPK | Icon Theme by Everaldo.com Design Studio
Designed by ST Software.
Русская поддержка phpBB
[ Time : 0.207s | 16 Queries | GZIP : Off ]
Ресурс не предоставляет электронные версии произведений, а занимается лишь коллекционированием и каталогизацией ссылок, присылаемых и публикуемых на форуме нашими читателями. Если вы являетесь правообладателем какого-либо представленного материала и не желаете чтобы ссылка на него находилась в нашем каталоге, свяжитесь с нами и мы незамедлительно удалим её. Файлы для обмена на трекере предоставлены пользователями сайта, и администрация не несёт ответственности за их содержание. Просьба не заливать файлы, защищенные авторскими правами, а также файлы нелегального содержания!
tracker_cron Яндекс.Метрика