Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Java Interview Guide : 200+ Interview Questions and Answers, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:33
    Introduction
  2. Урок 2. 00:01:15
    Three Things You need to Know
  3. Урок 3. 00:02:32
    Course Overview
  4. Урок 4. 00:05:08
    Java Popularity and Platform Independence
  5. Урок 5. 00:04:06
    Compare JDK vs JVM vs JRE
  6. Урок 6. 00:02:08
    Differences between C++ and Java
  7. Урок 7. 00:02:43
    Java Classloaders
  8. Урок 8. 00:11:02
    Wrapper Classes
  9. Урок 9. 00:09:47
    String, StringBuffer and StringBuilder
  10. Урок 10. 00:06:36
    Object Basics - Class, Object, State and Behavior
  11. Урок 11. 00:03:28
    toString method
  12. Урок 12. 00:10:34
    equals and hashCode methods
  13. Урок 13. 00:11:22
    Inheritance, Method overloading and Method overriding
  14. Урок 14. 00:08:27
    Interface
  15. Урок 15. 00:10:00
    Abstract Class
  16. Урок 16. 00:07:26
    Constructors - this() and super()
  17. Урок 17. 00:01:44
    Do not forget to do Exercises
  18. Урок 18. 00:08:35
    Polymorphism and instanceof
  19. Урок 19. 00:05:24
    What is Coupling?
  20. Урок 20. 00:05:01
    What is Cohesion?
  21. Урок 21. 00:04:40
    What is Encapsulation?
  22. Урок 22. 00:05:48
    Inner Class and Static Inner Class
  23. Урок 23. 00:02:51
    What is an anonymous class?
  24. Урок 24. 00:09:56
    Access Modifiers - public, private, protected and default
  25. Урок 25. 00:03:43
    Final method, variable and class
  26. Урок 26. 00:07:02
    Static variables and methods
  27. Урок 27. 00:08:10
    Simple Puzzles on conditions and loops
  28. Урок 28. 00:09:11
    Exception Handling - try, catch and finally
  29. Урок 29. 00:05:49
    Checked and Unchecked Exceptions
  30. Урок 30. 00:05:44
    Throwing an Exception
  31. Урок 31. 00:11:20
    Creating Custom Exceptions
  32. Урок 32. 00:05:39
    Arrays
  33. Урок 33. 00:05:09
    Enum
  34. Урок 34. 00:03:50
    Variable Arguments
  35. Урок 35. 00:05:25
    Asserts and Garbage Collection
  36. Урок 36. 00:04:20
    Static and Member Initializers
  37. Урок 37. 00:06:59
    Serialization
  38. Урок 38. 00:05:41
    Collection Interface Hierarchy
  39. Урок 39. 00:07:33
    Collection & List Interface methods and classes - ArrayList, Vector & LinkedList
  40. Урок 40. 00:06:01
    Set interfaces and implementations - HashSet, LinkedHashSet and TreeSet
  41. Урок 41. 00:04:15
    Map interfaces and implementations - HashMap, LinkedHashMap and TreeMap
  42. Урок 42. 00:06:37
    Queue interfaces and implementations - Deque and BlockingQueue
  43. Урок 43. 00:13:19
    Collection Code Examples
  44. Урок 44. 00:07:02
    Concurrent Collections - CopyOnWriteArrayList
  45. Урок 45. 00:10:42
    CompareAndSwap, Locks and AtomicOperations
  46. Урок 46. 00:05:24
    Generics
  47. Урок 47. 00:08:21
    MultiThreading - Need for Threads and Creating Threads
  48. Урок 48. 00:07:04
    Thread states, priority, ExecutorService and Callable
  49. Урок 49. 00:09:18
    Synchronization of Threads. join, wait, notify and notifyAll methods
  50. Урок 50. 00:08:35
    Functional Programming Examples - Streams and Lambda Expressions
  51. Урок 51. 00:18:58
    Functional Programming Questions and Answers
  52. Урок 52. 00:07:49
    Java New Features - Java 5, 6, 7 and 8
  53. Урок 53. 00:01:35
    Conclusion