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