Открыто

[UDEMY] Advanced Java Programming

Тема в разделе "Курсы по программированию", создана пользователем prophet, 13 окт 2013.

Цена: 3222р.
Взнос: 3222р.

Резервный список: 2 участников

  1. 13 окт 2013
    #1
    Топикстартер
    Топикстартер ЧКЧлен клуба

    [UDEMY] Advanced Java Programming

    An Advanced Java Tutorial aimed towards the Developer Who Already has Learned the Fundamentals of Java Programming.

    In this Advanced Java Programming training course, expert content provider Infinite Skills builds on the beginners Java course, and goes deeper into programming topics that help you to understand these more advanced Java concepts. Designed for the more experienced Java developer, you should have a good working knowledge of the Java programming language before going through this tutorial.

    Some of the advanced topics that you will cover in this Advanced Java Tutorialincludes; generic programming, sequential and associative data structures, classic data structures, sorting and searching, exception handling, database programming with JDBC, networking programming GUI development using Swing and an overview of Multithreading. You will also explore Java Applets, web applications (Servlets), advanced input and output classes, more advanced strings, regular expressions, Java graphics, and finally, closing off with a look at using Eclipse.

    By the conclusion of this training course, you will have a clear understanding of each of the topics of Advanced Java Programming, which will allow you to go more in-depth with the concepts of your choice. Working files are included to allow you to learn the concepts using the same files that the author does throughout this computer based training course.

    ЧАСТЬ 1: 01. Introduction

    Текст
    Лекция 1:
    Working Files - Download These First
    05:17
    Лекция 2:
    0101 What This Course Covers
    Текст
    Лекция 3:
    How to Obtain Certification for this...

    ЧАСТЬ 2: 02. Generic Programming

    04:25
    Лекция 4:
    0201 Building Generic Classes - Part 1
    05:34
    Лекция 5:
    0202 Building Generic Classes - Part 2
    05:07
    Лекция 6:
    0203 Creating Generic Interfaces
    03:55
    Лекция 7:
    0204 Building Generic Methods
    04:15
    Лекция 8:
    0205 Building Generic Classes With...
    05:29
    Лекция 9:
    0206 Generic Programming -...

    ЧАСТЬ 3: 03. Sequential Collections

    03:01
    Лекция 10:
    0301 The Collection, List, And Set...
    03:07
    Лекция 11:
    0302 The Queue And Dequeue Interfaces
    06:40
    Лекция 12:
    0303 The Arraylist Class
    05:37
    Лекция 13:
    0304 The Hashset Class
    05:17
    Лекция 14:
    0305 The Treeset Class
    05:37
    Лекция 15:
    0306 The Priorityqueue Class
    05:08
    Лекция 16:
    0307 Sequential Collections -...
    07:43
    Лекция 17:
    0308 Sequential Collections -...

    ЧАСТЬ 4: 04. Associative Collections


    Лекция 18:
    0401 The Map Interface
    03:05
    Лекция 19:
    0402 The Treemap Class
    04:12
    Лекция 20:
    0403 The Hashmap Class
    07:06
    Лекция 21:
    0404 Associative Collections - Exercise

    ЧАСТЬ 5: 05. Classic Data Structures

    05:50
    Лекция 22:
    0501 Stacks
    06:28
    Лекция 23:
    0502 Queues
    06:40
    Лекция 24:
    0503 Binary Trees
    03:39
    Лекция 25:
    0504 Classic Data Structures - Exercise...
    05:45
    Лекция 26:
    0505 Classic Data Structures - Exercise...
    04:59
    Лекция 27:
    0506 Classic Data Structures - Exercise...
    03:41
    Лекция 28:
    0507 Classic Data Structures - Exercise...

    ЧАСТЬ 6: 06. Sorting And Searching Algorithms

    04:44
    Лекция 29:
    0601 Insertion Sort
    05:50
    Лекция 30:
    0602 Bubble Sort
    05:51
    Лекция 31:
    0603 Mergesort
    05:13
    Лекция 32:
    0604 Quicksort
    04:06
    Лекция 33:
    0605 Linear Search
    04:30
    Лекция 34:
    0606 Binary Search
    03:46
    Лекция 35:
    0607 Sorting And Searching...
    09:02
    Лекция 36:
    0608 Sorting And Searching...

    ЧАСТЬ 7: 07. Exception Handling

    03:25
    Лекция 37:
    0701 Exceptions Introduction -...
    04:32
    Лекция 38:
    0702 Try-Catch Statement - Part 1
    03:41
    Лекция 39:
    0703 Try-Catch Statement - Part 2
    02:14
    Лекция 40:
    0704 Multiple Catch Clauses
    02:48
    Лекция 41:
    0705 Try-Catch-Finally
    04:47
    Лекция 42:
    0706 Exception Handling - Exercise

    ЧАСТЬ 8: 08. Database Programming With JDBC

    03:58
    Лекция 43:
    0801 Installing MySQL On Windows
    02:27
    Лекция 44:
    0802 Installing MySQL On Mac
    04:42
    Лекция 45:
    0803 Installing Connector/J
    03:32
    Лекция 46:
    0804 Connecting To A Database
    04:16
    Лекция 47:
    0805 Querying Data
    03:14
    Лекция 48:
    0806 Creating Database/Tables
    02:56
    Лекция 49:
    0807 Inserting Data
    04:27
    Лекция 50:
    0808 Updating Data
    03:34
    Лекция 51:
    0809 Database Programming With...

    ЧАСТЬ 9: 09. Network Programming

    05:29
    Лекция 52:
    0901 Working With URLs
    04:40
    Лекция 53:
    0902 Socket Programming Example
    04:43
    Лекция 54:
    0903 Socket Server Programming
    04:48
    Лекция 55:
    0904 Client Server Programming
    04:54
    Лекция 56:
    0905 Network Programming -...

    ЧАСТЬ 10: 10. GUI Development With Swing

    06:19
    Лекция 57:
    1001 A Simple Example
    06:58
    Лекция 58:
    1002 Working With Text Fields
    03:42
    Лекция 59:
    1003 Working With Buttons
    06:08
    Лекция 60:
    1004 Working With Lists
    03:32
    Лекция 61:
    1005 Working With Scroll Panes
    07:54
    Лекция 62:
    1006 GUI Development With Swing - Exercise

    ЧАСТЬ 11: 11. Multithread Programming

    05:45
    Лекция 63:
    1101 The Main Thread
    03:47
    Лекция 64:
    1102 Creating Threads
    06:24
    Лекция 65:
    1103 Synchronizing Threads
    04:06
    Лекция 66:
    1104 Multithread Programming -...

    ЧАСТЬ 12: 12. Java Applets

    03:57
    Лекция 67:
    1201 Simple Applet Example
    03:24
    Лекция 68:
    1202 Creating An Applet - Part 1
    03:19
    Лекция 69:
    1203 Creating An Applet - Part 2
    04:46
    Лекция 70:
    1204 Java Applets - Exercise

    ЧАСТЬ 13: 13. Java Web Applications

    03:31
    Лекция 71:
    1301 Installing Tomcat On Windows
    02:08
    Лекция 72:
    1302 Installing Tomcat On Mac
    07:27
    Лекция 73:
    1303 Simple Servlet
    06:18
    Лекция 74:
    1304 Java Web Applications -...
    03:22
    Лекция 75:
    1305 Java Web Applications -...

    ЧАСТЬ 14: 14. JavaBean Programming

    04:44
    Лекция 76:
    1401 Creating A JavaBean Class
    02:58
    Лекция 77:
    1402 Creating A Beaninfo Class - Part 1
    04:01
    Лекция 78:
    1403 Creating A Beaninfo Class - Part 2
    04:15
    Лекция 79:
    1404 JavaBean Programming -...

    ЧАСТЬ 15: 15. Advanced Java Input/Output (NIO)

    05:26
    Лекция 80:
    1501 File Copying With NIO
    03:49
    Лекция 81:
    1502 Working With Buffers
    06:15
    Лекция 82:
    1503 Working With File Data
    04:44
    Лекция 83:
    1504 Advanced Java Input/Output - Exercise

    ЧАСТЬ 16: 16. Strings And Stringbuilder Class

    07:03
    Лекция 84:
    1601 Problems With Strings
    04:54
    Лекция 85:
    1602 Working With Stringbuilder Class
    03:58
    Лекция 86:
    1603 Strings And Stringbuilder Class -...

    ЧАСТЬ 17: 17. Regular Expressions

    04:40
    Лекция 87:
    1701 Introduction To Regular Expressions
    04:25
    Лекция 88:
    1702 Creating Pattern And Match Objects
    06:12
    Лекция 89:
    1703 Using Metacharacters
    03:05
    Лекция 90:
    1704 Using Regular Expressions To...
    08:56
    Лекция 91:
    1705 Regular Expressions -...

    ЧАСТЬ 18: 18. Java Graphics

    03:44
    Лекция 92:
    1801 Drawing Lines
    03:49
    Лекция 93:
    1802 Drawing Shapes
    07:02
    Лекция 94:
    1803 Working With Color
    03:23
    Лекция 95:
    1804 Java Graphics - Exercise

    ЧАСТЬ 19: 19. Using Eclipse

    02:34
    Лекция 96:
    1901 Installing Eclipse On Windows
    02:24
    Лекция 97:
    1902 Installing Eclipse On Mac
    02:22
    Лекция 98:
    1903 Hello World
    03:10
    Лекция 99:
    1904 Overview Of The Eclipse IDE
    06:24
    Лекция 100:
    1905 Entering Programs
    04:20
    Лекция 101:
    1906 Code Generation
    07:50
    Лекция 102:
    1907 Debugging
     
  2. Последние события

    1. love_my_life
      love_my_life участвует.
      27 мар 2024 в 18:24
    2. name_and
      name_and не участвует.
      19 авг 2017
    3. name_and
      name_and участвует.
      19 авг 2017
    4. std2009
      std2009 не участвует.
      14 мар 2016

Поделиться этой страницей