Java CRASH COURSE for JavaScript Programmers

preview_player
Показать описание

00:00:00 Introduction
00:00:58 Project setup
00:03:00 Variables
00:06:00 Primitive types
00:07:52 Semicolons
00:08:20 Non-primitive types
00:11:40 Private vs Public
00:15:15 Final and Constants
00:17:15 Function declarations
00:20:50 Void
00:23:50 Main method
00:25:33 Classes and instants
00:31:40 Static
00:33:15 Constructors
00:36:35 ToString method replacement
00:40:41 Arrays
00:44:53 Array Lists
00:47:50 Length vs size
00:49:18 Hashmaps
00:56:09 Enums
01:02:00 Loops
01:05:05 Iterators
01:08:52 Conditionals
01:09:22 Equals
01:10:50 Console in and out
01:13:37 Conclusion
Рекомендации по теме
Комментарии
Автор

I've been struggling as a JavaScript developer to wrap my head around Java and this video was exactly what I was looking for. I needed someone to connect what I already know in JavaScript with what I'll be using in Java and you did just that! Thank you so much!

kaylapagan
Автор

Really helpful video! You really have a talent for teaching.

satinek
Автор

Thank you SO much for making this video!

iiimiiim
Автор

Thank you so much for this. As a JavaScript first (and mostly only still) dev, I've been wanting to branch out more and dig into other more structured and static languages. This was definitely a very concise introduction to foundational differences between JavaScript and Java, although I feel once I actually get writing some Java, I'll def be smacking my head a bit for awhile haha There is something beautiful about bringing order to the malleable chaos that is JavaScript and then there's having to share a codebase with other JavaScript devs. Java seems like it would be a lot less painful on a larger scale when you've got the ropes down.

Meeps
Автор

The simplest crash course I've seen about java, thanks

ahmedmuhammedelsaid
Автор

Tks, thats what I needed to read clean code

rockNbrain
Автор

Exactly what I was looking for. Underrated video.

domtaylor
Автор

youtube recommended me this video and I was like meh and wanted to watch the first 10 min but ended up watching the entire video. Thank you for explained everything in detail loved it

vamshikrishnareddy
Автор

You are amazing anna whoop whoop 🙌🏼 🥳❤️

gambo
Автор

That was awesome! Thanks for this. Great introduction.

robb
Автор

This was very educational. Thanks for sharing

MrJohn
Автор

You can loop the hashmap and get the values for each key.
for(int i = 0;i < studentAges.size();i++) {
String key =


}

TM-jbbw
Автор

This is really great vodeo, It seems that if ypu know typescrpt, switching to java is much ore natural :)

PeterG
Автор

I cannot believe it has only 810 views

Overlord_
Автор

Thank you so much! It was very helpful

stefanoconsonni
Автор

I believe you can store different types in an ArrayList (e.g., ArrayList<Object> arr = new ArrayList<Object>();)

jetmartin
Автор

This was very helpful. thank you so much, I hope you make more fun videos ✨✨

absurdshark
Автор

You can override methods in JavaScript.

jetmartin
Автор

Is there also such a course available that explains JavaScript to Java programmers? :)

ingogriebsch
Автор

A lot don't get it! Dark screens are difficult to read.

jpfrolic