Java Basics - Crash Course

Поделиться
HTML-код
  • Опубликовано: 26 сен 2023
  • Learn the basics of Java programming is this crash course for beginners.
    ✏️ Course developed by ‪@programmingwithalex.585‬
    ⭐️ Contents ⭐️
    ⌨️ (0:00:55) Install Intellij IDEA
    ⌨️ (0:07:16) Hello World
    ⌨️ (0:13:34) Keywords Explained
    ⌨️ (0:20:13) Variables
    ⌨️ (0:29:01) Variables: int. byte and long
    ⌨️ (0:41:54) Datatype: short
    ⌨️ (0:44:20) Datatypes: float and double
    ⌨️ (0:50:39) Datatypes: boolean and char
    ⌨️ (0:54:52) Operators and Operations
    ⌨️ (1:12:45) if statement
    ⌨️ (1:23:19) else if and logical NOT operator
    ⌨️ (1:34:09) Nested ifs
    ⌨️ (1:36:31) logical AND operator
    ⌨️ (1:41:09) logical OR operator
    ⌨️ (1:44:58) SWITCH statement
    ⌨️ (1:55:22) enhanced SWITCH
    ⌨️ (1:57:23) FOR loop
    ⌨️ (2:04:49) while and do while loop
    ⌨️ (2:13:17) Functions
    ⌨️ (2:24:38) Functions return
    ⌨️ (2:31:04) Arrays
    ⌨️ (2:46:00) Arrays Challenge
    ⌨️ (2:50:57) Classes
    ⌨️ (3:03:57) Classes getters and setters
    ⌨️ (3:11:26) OOP: constructors
    ⌨️ (3:19:57) OOP: inheritance
    ⌨️ (3:32:27) static keyword
    🎉 Thanks to our Champion and Sponsor supporters:
    👾 davthecoder
    👾 jedi-or-sith
    👾 南宮千影
    👾 Agustín Kussrow
    👾 Nattira Maneerat
    👾 Heather Wcislo
    👾 Serhiy Kalinets
    👾 Justin Hual
    👾 Otis Morgan
    👾 Oscar Rahnama
    --
    Learn to code for free and get a developer job: www.freecodecamp.org
    Read hundreds of articles on programming: freecodecamp.org/news

Комментарии • 128

  • @jprescottirl

    can anyone be job ready from this course?

  • @sanjay2102

    Yo we all need a SQL course

  • @Earth_Being

    One of my dream in life is learn coding, if not for professional life atleast for self satisfaction.

  • @DebowyMocny

    Great course, thanks for this. The comments about stutter and unclear speech are absolutely blown out of proportion. I had no issues whatsoever understanding everything.

  • @forcedrewjunior6649

    Caption, please!!!!

  • @codeindia2024

    Plzz use English Subtitles alsoo, It's humble request 🙏🙏

  • @i.f.7386

    I need somebody with normal English 😮I didn’t expect that 😭😭😭😭

  • @aammssaamm

    You may also want to recommend your presenters to use smaller screens or larger fonts. Not everyone will be watching these videos on 34" monitors.

  • @Encolas

    Desktop background is Sri Lanka? I remember that train.

  • @jonathanromero1235
    @jonathanromero1235 21 день назад

    I had to learn Java for my data structures course. I already learned C and C++ over a semester and i feel that in this 3.5 hour course i learned more about a programming language than I ever did in a 14 week semester at a university. Thank you very much.

  • @akajdjsk766

    0:00:55

  • @apoorvasachan9022

    ⭐ Contents ⭐

  • @andreasmoor4969

    I needed a compact introduction to Java for my OOP class in university. And this was a great fit.

  • @MarcusHCrawford

    This is a well done little introduction. Just a few hours and this is enough knowledge to get some stuff done. You really packed it in here, and yet the pacing doesn’t seem too fast. Good job.

  • @maestrogoldring1094

    Awesome! Java was the first programming language I ever learned and I’d like to come back to it. Perfect timing!

  • @AliSalem-fl8fn

    Thanks for this effort.

  • @oathtone

    Java is the first computer language I took a course for, and I was able to get the initial basics, but I quickly got confused when loops were introduced.

  • @littlejacob3491

    Please could you help us with advanced concepts of java as multi-threading, ...

  • @3polygons

    Thank you very much. I love this full courses covering the basics of a language. :)

  • @programmingwithalex.585

    I should explain what the 'E' notation represents when dealing with floating point numbers - Think of the 'E' in the minimum values of `float` and `double` in Java as a way to represent really, really small numbers in a more manageable form. It's like using scientific notation you might have learned in school, where you have a number and then "E" followed by an exponent that tells you how many zeros to add (or subtract) to the number.