lynda com - Java Advanced Training with David Gassner

seeders: 0
leechers: 0
Added 13 years ago by vctrt in Movies  > Other Movies

Download Fast Safe Anonymous
movies, software, shows...

Files

lynda com - Java Advanced Training with David Gassner (Size: 311.04 MB)
  00. Introduction
  00.01. Welcome.mov 4.31 MB
  00.01. Welcome.srt 827 B
  00.02. Understanding what you should know before watching this course.mov 1.64 MB
  00.02. Understanding what you should know before watching this course.srt 1.91 KB
  00.03. Using the exercise files.mov 4.71 MB
  00.03. Using the exercise files.srt 4.86 KB
  01. Getting Started
  01.01. Installing Java 7 on Windows.mov 2.94 MB
  01.01. Installing Java 7 on Windows.srt 2.46 KB
  01.02. Installing Java 7 on OS X.mov 4.47 MB
  01.02. Installing Java 7 on OS X.srt 3.53 KB
  01.03. Installing Eclipse 4.2 Juno.mov 6.79 MB
  01.03. Installing Eclipse 4.2 Juno.srt 6.22 KB
  02. Java 7 New Features
  02.01. An overview of Java 7 new features.mov 3.33 MB
  02.01. An overview of Java 7 new features.srt 4.81 KB
  02.02. Exploring the simplified use of generics.mov 5.37 MB
  02.02. Exploring the simplified use of generics.srt 5.91 KB
  02.03. Using underscores in numeric literals.mov 4.23 MB
  02.03. Using underscores in numeric literals.srt 4.68 KB
  02.04. Using strings in switch statements.mov 6.45 MB
  02.04. Using strings in switch statements.srt 6.58 KB
  03. Using Advanced Class Structures
  03.01. Using static initializers.mov 9.39 MB
  03.01. Using static initializers.srt 9.27 KB
  03.02. Using instance field initializers.mov 7.1 MB
  03.02. Using instance field initializers.srt 7.1 KB
  03.03. Using member classes.mov 8.56 MB
  03.03. Using member classes.srt 6.88 KB
  03.04. Using local inner classes.mov 4.52 MB
  03.04. Using local inner classes.srt 4.47 KB
  03.05. Using anonymous inner classes.mov 4.34 MB
  03.05. Using anonymous inner classes.srt 4.58 KB
  03.06. Creating and using enumeration classes.mov 12.1 MB
  03.06. Creating and using enumeration classes.srt 10.68 KB
  04. Using the Reflection API
  04.01. Using the Class class.mov 6.47 MB
  04.01. Using the Class class.srt 6.05 KB
  04.02. Instantiating classes dynamically.mov 12.57 MB
  04.02. Instantiating classes dynamically.srt 10.83 KB
  04.03. Navigating inheritance trees.mov 7.71 MB
  04.03. Navigating inheritance trees.srt 6.84 KB
  05. More of the Collections Framework
  05.01. Managing unordered sets with HashSet.mov 8.45 MB
  05.01. Managing unordered sets with HashSet.srt 6.71 KB
  05.02. Managing ordered sets with TreeSet.mov 9.73 MB
  05.02. Managing ordered sets with TreeSet.srt 9.11 KB
  05.03. Controlling list order with LinkedList.mov 7.19 MB
  05.03. Controlling list order with LinkedList.srt 6.08 KB
  05.04. Peeking and polling with queues.mov 5.87 MB
  05.04. Peeking and polling with queues.srt 5.14 KB
  06. Testing and Advanced Exception Handling
  06.01. Exploring test-driven development with the assert keyword.mov 10.46 MB
  06.01. Exploring test-driven development with the assert keyword.srt 9.05 KB
  06.02. Using the finally keyword.mov 8.9 MB
  06.02. Using the finally keyword.srt 7.63 KB
  06.03. Using try-with-resources in Java 7.mov 4 MB
  06.03. Using try-with-resources in Java 7.srt 3.42 KB
  06.04. Defining and throwing a custom exception.mov 9.77 MB
  06.04. Defining and throwing a custom exception.srt 8.43 KB
  07. Managing Files and Directories in Java 7
  07.01. Using the Path class.mov 10.49 MB
  07.01. Using the Path class.srt 9.29 KB
  07.02. Managing files and directories.mov 13.33 MB
  07.02. Managing files and directories.srt 9.79 KB
  07.03. Reading and writing text files.mov 13.89 MB
  07.03. Reading and writing text files.srt 10.65 KB
  07.04. Walking the directory tree.mov 11.15 MB
  07.04. Walking the directory tree.srt 9.51 KB
  07.05. Finding files.mov 11.01 MB
  07.05. Finding files.srt 9.73 KB
  07.06. Watching a directory for file changes.mov 14.18 MB
  07.06. Watching a directory for file changes.srt 12 KB
  08. Working with I and O Streams
  08.01. Reading and writing byte streams.mov 9.57 MB
  08.01. Reading and writing byte streams.srt 9.37 KB
  08.02. Reading and writing character streams.mov 3.73 MB
  08.02. Reading and writing character streams.srt 3.43 KB
  08.03. Using buffered streams.mov 6.5 MB
  08.03. Using buffered streams.srt 4.29 KB
  08.04. Scanning tokenized text.mov 6.84 MB
  08.04. Scanning tokenized text.srt 6.03 KB
  09. Working with Multi-threading
  09.01. Extending the Thread class.mov 9.13 MB
  09.01. Extending the Thread class.srt 9.56 KB
  09.02. Implementing the Runnable interface.mov 5.64 MB
  09.02. Implementing the Runnable interface.srt 4.94 KB
  09.03. Interrupting a thread.mov 3.47 MB
  09.03. Interrupting a thread.srt 3.36 KB
  09.04. Synchronizing threads.mov 8.82 MB
  09.04. Synchronizing threads.srt 8.7 KB
  10. Conclusion
  10.01. Where to go from here.mov 712.55 KB
  10.01. Where to go from here.srt 915 B
  Excercise Files
  Ex_Files_Java_Adv_Training.zip 969.56 KB

Description


Java Advanced Training shows developers how to expand their programming skills and get more out of Java. This course offers platform- and framework-neutral tutorials that can be used to build web, mobile, and desktop applications.
Starting with advanced methods of defining Java classes and programmatic flow, author David Gassner goes on to describe the Java Reflection API and the Collections Framework; management of files and directories; test-driven development with advanced exception handling and reporting; and how to work with multiple threads.

Topics include:
* Installing Java on Windows and Mac OS X
* Installing Eclipse
* Using new features such as simplified generics
* Working with advanced class structures (member, local inner, etc.)
* Using the Reflection API
* Navigating inheritance trees
* Managing unordered and ordered sets
* Peeking and polling with queues
* Testing and error handling
* Managing files and directories
* Working with I/O streams
* Multi-threading
* Next steps with Java

author: David Gassner
subject: Developer
software: Java
level: Advanced
duration: 3h 32m
released: Sep 27, 2012

More info: http://www.lynda.com/Java-tutorials/Java-Advanced-Training/107061-2.html
Enjoy!

Related Torrents

torrent name size uploader age seed leech
0
0
0
0
0