Hey man, just wanted to say that your video series have helped me reached 6 figures! Thank you for making these videos. No doubt I will continue to use your videos as a valuable resource.
@zhturemuratov65345 жыл бұрын
When did you start programming?
@raviranger525 жыл бұрын
best explanation .. nothing new though .. this is always the case whenever we have a video from java brains
@VIJAYKAUSHIKTYAGI5 жыл бұрын
You produce or of the best technical content. love you , GOD bless you .
@suleymantekir35705 жыл бұрын
Amin
@aham.manishverma5 жыл бұрын
As usual great explanation... Thanks for video.
@ljka3 жыл бұрын
When you said that using keyword var would break the 'Programming by Interface', I frowned :( I don't think I'm going to use var in my codes... Thanks for sharing!
@AhmedRaza-rj8et3 жыл бұрын
Too smart explanation
@amanarora29105 жыл бұрын
Awesome Explanation!!!
@wolvie0085 жыл бұрын
Interesting . Java is becoming cool day by day
@sreedharbabu49695 жыл бұрын
Clean and great explanation!!
@xyzabc123425 жыл бұрын
Thank you koushik for this great video!!!
@javahochzwei98104 жыл бұрын
The introduction of this concept was -imho- a big mistake. Absolut superfluous.. But anyway, you described it absolut perfect!! Thanks for your video
@RPRAVEEN147904 жыл бұрын
Nice explanation. These features are already there in Scala.
@yt.user-zull5 жыл бұрын
Thanks for sharing this knowledge!
@sureshpal556911 ай бұрын
great video
@opmdevil5 жыл бұрын
Very good explanation
@palakgupta.biz55 жыл бұрын
Hello Kaushik, You really have a gift of teaching. If you don't mind, do you provide paid classes or you have some website where one can enroll/subscribe for his own TechStack, e.g Machine learning, data science etc.
@CodeTechClubHD5 жыл бұрын
Explained really well.
@lliiiBodyiiill2 жыл бұрын
Thanks for sharing
@asifiqbal60935 жыл бұрын
Well explained sir.
@GustavoChApaza5 жыл бұрын
Good video nice explanation
@ialpha64315 жыл бұрын
as usual amazing ... you are ..
@zyrakia4 жыл бұрын
What editor is used in this video for the code?
@alokrm5 жыл бұрын
First session on Java 10 :) thanks
@BeastInYourV5 жыл бұрын
thanks sir ....i want to ask a question..is all the E-Wallet companies like Paytm,paypal..are provide us just a database for storing our credits(money) ...how can i create my own small E-wallet in my springboot webapp pleasereply me thankyou..
@sahilGupta2175 жыл бұрын
I got the notification today 🙈
@parvezmd64555 жыл бұрын
Sir what is bean in spring framework?
@kaysiz-zw5 жыл бұрын
i enjoy your tutorials, but do you have an introduction to Java for beginners?
@syedwaseemahmed17495 жыл бұрын
Java there is no ending. Can you please make videos on audit by jpa. Please thank you.
@ayanchakraborty78425 жыл бұрын
Can you help us with Data structures and algorithms...
@asifiqbal60935 жыл бұрын
Sir , please provide hadoop tutorial..
@perschistence26515 жыл бұрын
I do not understand the "coding to interfaces" part @5:10
@akshaynaik48885 жыл бұрын
which vs code theme is these?
@amanulla57895 жыл бұрын
What editor are you using?
@xtuff5015 жыл бұрын
Looks like JetBrains IntelliJ
@cawlex5 жыл бұрын
I think it's Atom... not Intellij... I use Intellij it's not like that
@GAMarine1372 жыл бұрын
An even smarter move would be to learn from the wisdom of Go and include an operator to do in one shot without var. In Go, it's just "x := 10". Other than occasional projects for work, I use Go for most things. Once you learn Go, it's hard to heading back to Java
@YtubeUserr Жыл бұрын
Go is bull crap
@cool-aquarian Жыл бұрын
I can already see developers getting confused between initialization of new variable, and assigning to existing variable. Digging a well for oneself is not called smart.
@VishalRaoOnYouTube5 жыл бұрын
I love the video, but I am not a fan of LVTI (Local Variable Type Inference). IMHO, it actually makes the code less readable and makes it more susceptible to misinterpretation bugs.
@M-GD5 жыл бұрын
Solarized IntelliJ?
@cesardmora865 жыл бұрын
a question: var names = new ArrayList(); // which method will be called? fancyMethod(names); private void fancyMethod(List list) { ... } // this one? private void fancyMethod(ArrayList list) { ... }
@shashidhar715 жыл бұрын
Cesar Mora Java tries to use the most specific parameter list it can find. If its Alist goes to alist method. If its some other list like linked list then goes with parent.
@DavidHernandez-si9vy4 жыл бұрын
whats is best? the word "var" or especificed the data type?
@dgh253 жыл бұрын
using var is a big no go - bad practise. declare the variable as a specific type if possible.
@coffecoding4 жыл бұрын
Sir, Reactive Programming please
@FavouriteVid5 жыл бұрын
thank you!
@papachoudhary54825 жыл бұрын
Thanks!
@amitchauhan15053 жыл бұрын
thanks !
@giovannisardisco45415 жыл бұрын
What JDK version allows this?
@marcokapo965 жыл бұрын
Java 10
@giovannisardisco45415 жыл бұрын
@@marcokapo96 I heard it later, but I keep my comment if somebody else had my doubt :)
@adityashinde38645 жыл бұрын
Sir , please makes java course .
@alittlecoding3 жыл бұрын
perfect
@dharmeshpanchal48645 жыл бұрын
Thanks
@rameshchowdarykonka55515 жыл бұрын
Tq.. Sir...
@shashidhar715 жыл бұрын
Nobody: Java: lets introduce var.
@CTde1104 жыл бұрын
Nah c# did first
@shashidhar714 жыл бұрын
Oh no no its a meme terminology. It means nobody asked for it
@ReshiramR525 жыл бұрын
var in Java? I didn't know it was possible
@sujithg58735 жыл бұрын
It comes java 10
@udaisingh8436 Жыл бұрын
I fail to understand why do people record with dark background for the IDE's. This really makes no sense to view the things clearly. While it may be a personal preference for the one who is recording but the letters/words gets grayed out in most of the cases on the dark background...
@nirupam895 жыл бұрын
Is the following code allowed : var i=10; i="some string" ;
@Java.Brains5 жыл бұрын
In your mind, replace var with the type on the RHS and you'll have the answer. Which is no.
@prashantshubham5 жыл бұрын
Java generics and Design pattern videos please :)
@huseyinaydin995 жыл бұрын
yok yokluk = null; :D
@blasttrash5 жыл бұрын
cool
@kitersrefuge73535 жыл бұрын
var is a disaster of a language change for Java. It will simply make code more unreadable and un-maintainable. Thank you for the presentation.
@suleymantekir35705 жыл бұрын
We love java without var keyword.But thanks a lot for video.😁
@tenminutetokyo26434 жыл бұрын
So now Java, JavaScript and Swift all look the same.
@paulhetherington38546 ай бұрын
He had, no derivative yet! i = letter not -- any #!
@RAJATTHEPAGAL4 жыл бұрын
👀 In short Java is now becoming Scala , just like C++ has auto ..... noice 🤦🏽♂️ not sure which demographic Java is trying to apeal or please with this chNge 😅 .... nevermind, i guess it's time to update 👀 ny Java 8,
@SHSolutions Жыл бұрын
Not helpful, just for the lazy ones….IMHO: it doesn‘t improve anything. And why is: var i = 10; int and not byte, long,….? Is that a definition of „var“?