Companies Home Search Profile

Java Programming: Step by Step from A to Z

Focused View

Holczer Balazs

8:56:25

44 View
  • 001 Introduction.mp4
    02:09
  • 001 More about operators.mp4
    06:29
  • 002 Logical operators.mp4
    06:15
  • 003 Ternary operators.mp4
    04:22
  • 004 Type comparison operator.mp4
    02:56
  • 001 Wrapper classes.mp4
    04:26
  • 002 Autoboxing and unboxing.mp4
    04:16
  • 003 Wrapper classes main methods.mp4
    04:48
  • 004 Number and boolean wrapper classes and methods.mp4
    05:16
  • 005 Character wrapper classes and methods.mp4
    02:45
  • 001 Garbage collection overview.mp4
    07:41
  • 002 Garbage collection - finalize ().mp4
    06:48
  • 003 Stack memory and heap memory.mp4
    08:14
  • 004 Heap memory example.mp4
    02:38
  • 001 More about constructors - overloading.mp4
    05:34
  • 002 Constructor overloading.mp4
    04:52
  • 003 Method overloading.mp4
    03:06
  • 004 Overloading vs. overriding in Java.mp4
    02:41
  • 001 More about Strings (String Pool).mp4
    07:26
  • 002 String comparison.mp4
    05:08
  • 003 String intern() method.mp4
    03:31
  • 004 String methods.mp4
    06:37
  • 005 More about Strings (immutability).mp4
    03:07
  • 006 StringBuilder and StringBuffer.mp4
    03:56
  • 007 StringBuilder examples.mp4
    03:41
  • 001 Enums overview.mp4
    03:04
  • 002 Enums example.mp4
    05:18
  • 003 Dates and time overview.mp4
    02:53
  • 004 Dates and time - classic way.mp4
    08:20
  • 005 Dates and time - new way.mp4
    05:59
  • 001 More about if statements (nested if).mp4
    04:29
  • 002 Nested if example.mp4
    02:35
  • 003 More about for loops (nested loops).mp4
    07:46
  • 004 Nested loops example.mp4
    05:33
  • 001 More about arrays.mp4
    02:57
  • 002 Array methods.mp4
    06:05
  • 003 Passing returning arrays - anonymous arrays.mp4
    04:08
  • 004 Multidimensional arrays overview.mp4
    04:46
  • 005 Multidimensional arrays example.mp4
    05:34
  • 006 Varargs overview.mp4
    03:02
  • 007 Varargs example.mp4
    02:59
  • 008 ArrayLists overview.mp4
    03:35
  • 009 ArrayLists methods.mp4
    06:35
  • 001 Generics overview.mp4
    07:37
  • 002 Generic methods.mp4
    06:14
  • 003 Generic classes.mp4
    03:20
  • 004 Wildcards overview.mp4
    02:24
  • 005 Generic upper bounded wildcards.mp4
    03:42
  • 006 Generic lower bounded wildcards.mp4
    02:38
  • 007 Generic unbounded wildwards.mp4
    02:10
  • 001 Collection framework overview.mp4
    07:17
  • 002 ArrayList and LinkedList.mp4
    05:03
  • 003 PriorityQueue.mp4
    07:49
  • 004 ArrayDeque.mp4
    03:50
  • 005 HashSet, LinkedHashSet and TreeSet.mp4
    06:03
  • 006 HashMap, LinkedHashMap and TreeMap.mp4
    06:02
  • 001 More about classes - nested classes.mp4
    05:25
  • 002 Local inner classes.mp4
    02:38
  • 003 Member inner classes.mp4
    02:24
  • 004 Static nested classes.mp4
    02:18
  • 005 Anonymous inner classes.mp4
    04:22
  • 001 Exceptions overview.mp4
    07:46
  • 002 Exceptions example I.mp4
    03:12
  • 003 Exceptions example II.mp4
    02:22
  • 004 Exceptions example III.mp4
    03:21
  • 005 Differences between final, finally and finalize.mp4
    03:03
  • 001 OOP overview.mp4
    04:42
  • 002 Different types of inheritance.mp4
    09:32
  • 003 Polymorphism with multilevel inheritance and runtime polymorphism.mp4
    05:25
  • 004 Encapsulation - advanced encapsulation.mp4
    03:51
  • 005 Encapsulation - encapsulation with mutable classes.mp4
    05:27
  • 006 Encapsulation - JavaBean.mp4
    03:18
  • 007 Abstraction - more about interfaces.mp4
    06:50
  • 008 Abstraction - nested interface.mp4
    05:20
  • 001 What is Serialization.mp4
    02:50
  • 002 Serialization example.mp4
    09:48
  • 003 Lambda expression and functional interface.mp4
    03:07
  • 004 Lambda expression.mp4
    07:20
  • 005 Functional interfaces.mp4
    07:29
  • 006 Method reference overview.mp4
    03:17
  • 007 Method references example I.mp4
    08:00
  • 008 Method references example II.mp4
    05:04
  • 009 forEach with lambda and method reference.mp4
    07:16
  • 001 What is an Optional.mp4
    03:08
  • 002 Optional overview example.mp4
    09:15
  • 003 Optional map, flatMap example.mp4
    12:17
  • 004 Stream.mp4
    04:36
  • 005 Operation of the stream.mp4
    04:31
  • 006 Stream methods.mp4
    13:31
  • 007 Filtering map with stream.mp4
    03:37
  • 008 Parallel stream.mp4
    03:37
  • 009 Sequential vs. parallel stream.mp4
    03:12
  • 001 Multithreading introduction.mp4
    06:34
  • 002 How to create threads.mp4
    04:24
  • 003 Multithreading example.mp4
    07:30
  • 004 Synchronization.mp4
    05:00
  • 005 Synchronized.mp4
    05:46
  • 006 Synchronized block.mp4
    07:01
  • 007 Synchronization - wait, notify.mp4
    06:40
  • 001 What are design patterns.mp4
    02:46
  • 002 Singleton pattern.mp4
    05:20
  • 003 Immutable object pattern.mp4
    07:44
  • 004 Builder pattern.mp4
    09:18
  • 005 Factory pattern.mp4
    05:15
  • 001 Epilogue and recommendations.mp4
    01:27
  • 001 Download the course materials.html
  • 001 java-materials.zip
  • Description


    Everything you need to know about Java programming to make you first steps as a software engineer

    What You'll Learn?


    • Java programming fundamentals

    Who is this for?


  • Beginner programmers curious about Java programming language
  • What You Need to Know?


  • Internet connection
  • More details


    Description

    This course is about Java programming language. The Java Programming: Step by Step from A to Z course stands on its own but relies on the free beginner course so I strongly recommend that you start with the First Steps in Java FREE course and then continue with this course.

    Curriculum

    • operators

    • wrapper classes

    • garbage collection

    • stack and heap memory

    • Strings

    • enums

    • date and time

    • generics theory and examples

    • collections and data structures

    • exceptions and errors

    • abstraction, encapsulation and polymorphism,

    • serialization

    • lambda expressions

    • Java streams theory and examples as well

    • multithreading theory and examples

    • design patterns

    We are going to discuss the theory behind each concept and then we take a look at the concrete implementation in Java as well.

    Thanks for joining the course, let's get started!

    We are going to discuss the theory behind each concept and then we take a look at the concrete implementation in Java as well.

    Thanks for joining the course, let's get started!

    We are going to discuss the theory behind each concept and then we take a look at the concrete implementation in Java as well.

    Thanks for joining the course, let's get started!

    You will get lifetime access to 110+ lectures plus slides and source codes for the lectures!

    This course comes with a 30 day money back guarantee! If you are not satisfied in any way, you'll get your money back.

    So what are you waiting for? Learn Java in a way that will advance your career and increase your knowledge, all in a fun and practical way!

    Who this course is for:

    • Beginner programmers curious about Java programming language

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Holczer Balazs
    Holczer Balazs
    Instructor's Courses
    My name is Balazs Holczer. I am from Budapest, Hungary. I am qualified as a physicist. At the moment I am working as a simulation engineer at a multinational company. I have been interested in algorithms and data structures and its implementations especially in Java since university. Later on I got acquainted with machine learning techniques, artificial intelligence, numerical methods and recipes such as solving differential equations, linear algebra, interpolation and extrapolation. These things may prove to be very very important in several fields: software engineering, research and development or investment banking. I have a special addiction to quantitative models such as the Black-Scholes model, or the Merton-model.Take a look at my website if you are interested in these topics!
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 105
    • duration 8:56:25
    • English subtitles has
    • Release Date 2023/11/15