What's new in Java 11 | What's new in....?

  Рет қаралды 36,965

Marco Behler

Marco Behler

Күн бұрын

Пікірлер: 56
@MarcoBehler
@MarcoBehler 6 жыл бұрын
Here's the link mentioned in the video: www.azul.com/90-new-features-and-apis-in-jdk-11/
@alexkuzmichev9051
@alexkuzmichev9051 2 жыл бұрын
7:28 what kind of script/system configurations did you use to make "jdk11" command switch java versions? looks very convenient!
@txqxk
@txqxk 6 жыл бұрын
"help, i am dying!" "good"
@MarcoBehler
@MarcoBehler 6 жыл бұрын
Weirdly enough, I got a (non-spam/review) comment in my inbox, but cannot see it here. In any case, to answer the question @Rafael Pereira : I did not use any keyboard shortcuts for the soutv text contents, you just need to start typing and it will change the string + variable
@isapir
@isapir 6 жыл бұрын
Great videos, Marco!
@MarcoBehler
@MarcoBehler 6 жыл бұрын
Thank you!
@tyrannus00
@tyrannus00 3 жыл бұрын
Gutes Video 👍
@cliffdurden7649
@cliffdurden7649 6 жыл бұрын
Why when you switched to java11 the "₿" symbol changes to "?" in the output.
@MarcoBehler
@MarcoBehler 6 жыл бұрын
Good catch! Might actually be a problem with IntelliJs terminal console. I'll have to double check that.
@cristiandanielortizcuellar2990
@cristiandanielortizcuellar2990 6 жыл бұрын
i just forget that trim will rip other things besides just whitespaces. A great vid Java 11 is awesome. I would like to see something for filtering and flatmapping in collectors.
@berjaoui92
@berjaoui92 3 жыл бұрын
6:02 You say "they deprecated the nashorn engine". Well what's new if rhino is the old one?
@DJRexxxx
@DJRexxxx 5 жыл бұрын
Hi Marco! Thanks for your video :) Could you explain how do you change the java version used in the terminal? How does the "jdk11" command work? Did u wrote a script for that? Could you share it? :)
@MarcoBehler
@MarcoBehler 5 жыл бұрын
Hi Rene, check this out: kzbin.info/www/bejne/f5XQf3yFqJiLp9E
@RaviPandey-qx1fq
@RaviPandey-qx1fq 4 жыл бұрын
Why Unicode is displayed as '?' in output ?
@ffatheranderson
@ffatheranderson 6 жыл бұрын
No one can stop using isBlank from apache, because this embedded isBlank will cause NPE and apache's isBlank null safe. Or am I wrong?
@MarcoBehler
@MarcoBehler 6 жыл бұрын
Yup, you need to put in a null check.
@discmuc
@discmuc 6 жыл бұрын
How did you manage to use arguments like shortname:"nashorn" or script:"...". These look like named parameters. This code doesn't compile in Eclipse. Just because I'm curious ...
@MarcoBehler
@MarcoBehler 6 жыл бұрын
It's actually one of IntelliJ's features, i.e. it's the IDE that displays the named parameter, i didn't write it into the source file.
@RajaSekhar-uf1iw
@RajaSekhar-uf1iw 6 жыл бұрын
Which ide are you using?
@MarcoBehler
@MarcoBehler 6 жыл бұрын
IntelliJ Idea. For most videos the community edition, which is free.
@sfincione2000
@sfincione2000 5 жыл бұрын
JESUS! =) was the first thing I thought when I saw your hair dude. =)
@javalover5834
@javalover5834 6 жыл бұрын
Nice Sir Please explain next other features of java 11
@INT_MAX
@INT_MAX 6 жыл бұрын
How are you running your code? I downloaded and installed Java 11. When I type "javac -version" in cmd it returns "javac 11". Yet None of my IDE's can make use of it...?
@MarcoBehler
@MarcoBehler 6 жыл бұрын
I cannot talk about other IDEs, but for IntelliJ you have to use a recently new version of it , i.e. at least 2018.2. And of course make sure you setup the JDK properly in IntelliJ etc.
@cristiandanielortizcuellar2990
@cristiandanielortizcuellar2990 6 жыл бұрын
in intellij idea ultimate is very simple i dont know in the others ids
@manjeetkumar
@manjeetkumar 6 жыл бұрын
Java 11 is big bet from oracle. I hope it gets successful.
@nickvanhoof5212
@nickvanhoof5212 6 жыл бұрын
Is it possible to share the code?
@MarcoBehler
@MarcoBehler 6 жыл бұрын
Hi Nick, yup, you can get the code as registered user on my website. I need to double-check I uploaded that episode's code though ;)
@vatsalparmar5740
@vatsalparmar5740 6 жыл бұрын
What IDE do you use??
@MarcoBehler
@MarcoBehler 6 жыл бұрын
IntelliJ Idea, Dark Theme.
@pulgarzsstevin2229
@pulgarzsstevin2229 3 жыл бұрын
horasment java decoder for google plaz
@demoncho1
@demoncho1 6 жыл бұрын
What am i watching, what are these c0des and what is this world. Going to visit my first programming courses soon and i don't seem to understand anything rofl. How do begginers begin to understand this "thing"?? Does it have to do with math or it's pure codes and remembering commands ?
@tashikrtv6878
@tashikrtv6878 6 жыл бұрын
Just a tip Get this programming book Java by balaguruswamy Really makes your basics strong
@MarcoBehler
@MarcoBehler 6 жыл бұрын
Well, I guess you need to start with a beginner's beginner's course/book/episode. And then after a while come back to this video and it all makes sense - hopefully
@bandrefilipe
@bandrefilipe 6 жыл бұрын
If you can add 1, you're pretty much able to face ~90% of the math required in programming
@louwpieters8510
@louwpieters8510 6 жыл бұрын
Hello Marco - thanks for the video. Can you PLEASE make a video on developing a simple "Hello World" with JDK 11 and JAVAFX (now that it is no longer part of base jdk).
@MarcoBehler
@MarcoBehler 6 жыл бұрын
Added to the backlog!
@MarcoBehler
@MarcoBehler 6 жыл бұрын
Hi Louw, i'm currently creating a JDK 11 / JavaFX course for a publisher. Stay tuned :)
@axedyson
@axedyson 6 жыл бұрын
Why isn't there any proper JRE for JDK 11? I mean shouldn't there be any JRE 11
@igorthelight
@igorthelight 6 жыл бұрын
Read this: coderanch.com/t/701603/java/JRE-JDK Also Java is not absolutely free now (have to use OpenJDK): blog.joda.org/2018/09/do-not-fall-into-oracles-java-11-trap.html
@axedyson
@axedyson 6 жыл бұрын
@@igorthelight Thanks that solves everything!
@igorthelight
@igorthelight 6 жыл бұрын
@@axedyson I'm glad to help! BUT: Use Google Search more often ;-)
@hocinekheddadji826
@hocinekheddadji826 4 жыл бұрын
System.out.println("thanks a lot ");
@mrlectus
@mrlectus 5 жыл бұрын
Is he secretly telling us that he is Dying?
@MarcoBehler
@MarcoBehler 5 жыл бұрын
Still alive and kicking! :D
@berjaoui92
@berjaoui92 3 жыл бұрын
"I am dying"???? Why being so negative???
@MarcoBehler
@MarcoBehler 3 жыл бұрын
It was a joke?
@lisafox9026
@lisafox9026 4 жыл бұрын
black thema is very is very bad on video!!!
@MarcoBehler
@MarcoBehler 4 жыл бұрын
Well, it is what it is.
@BoxingHacker
@BoxingHacker 6 жыл бұрын
Sigh, Kotlin is the best JVM language
@edmaphis9805
@edmaphis9805 6 жыл бұрын
Clojure
@Master-yn6ie
@Master-yn6ie 6 жыл бұрын
I code in jvm byte code directly, compilers are for noobs.
@edmaphis9805
@edmaphis9805 6 жыл бұрын
I hope you use butterfly-mode www.explainxkcd.com/wiki/index.php/378:_Real_Programmers But there is an assembler for Java byte code somewhere.
What's new in Java 12 | What's new in....?
6:12
Marco Behler
Рет қаралды 14 М.
Modern Java - Top Features of Java 9 to 17
20:19
Kamil Brzezinski
Рет қаралды 93 М.
I Sent a Subscriber to Disneyland
0:27
MrBeast
Рет қаралды 104 МЛН
Jaidarman TOP / Жоғары лига-2023 / Жекпе-жек 1-ТУР / 1-топ
1:30:54
Какой я клей? | CLEX #shorts
0:59
CLEX
Рет қаралды 1,9 МЛН
AI Is Making You An Illiterate Programmer
27:22
ThePrimeTime
Рет қаралды 123 М.
Using volatile vs AtomicInteger in Java concurrency
7:27
Defog Tech
Рет қаралды 322 М.
Java Strings are Immutable - Here's What That Actually Means
7:06
Coding with John
Рет қаралды 628 М.
Java 8 to 18: Most important changes in the Java Platform
31:24
Java ExecutorService - Part 1 - Introduction
10:12
Defog Tech
Рет қаралды 429 М.
I Sent a Subscriber to Disneyland
0:27
MrBeast
Рет қаралды 104 МЛН