How to use var keyword in java - Brain Bytes

  Рет қаралды 39,726

Java Brains

Java Brains

Күн бұрын

Пікірлер: 78
@vendetta3656
@vendetta3656 5 жыл бұрын
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.
@zhturemuratov6534
@zhturemuratov6534 5 жыл бұрын
When did you start programming?
@raviranger52
@raviranger52 5 жыл бұрын
best explanation .. nothing new though .. this is always the case whenever we have a video from java brains
@VIJAYKAUSHIKTYAGI
@VIJAYKAUSHIKTYAGI 5 жыл бұрын
You produce or of the best technical content. love you , GOD bless you .
@suleymantekir3570
@suleymantekir3570 5 жыл бұрын
Amin
@aham.manishverma
@aham.manishverma 5 жыл бұрын
As usual great explanation... Thanks for video.
@ljka
@ljka 3 жыл бұрын
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-rj8et
@AhmedRaza-rj8et 3 жыл бұрын
Too smart explanation
@amanarora2910
@amanarora2910 5 жыл бұрын
Awesome Explanation!!!
@wolvie008
@wolvie008 5 жыл бұрын
Interesting . Java is becoming cool day by day
@sreedharbabu4969
@sreedharbabu4969 5 жыл бұрын
Clean and great explanation!!
@xyzabc12342
@xyzabc12342 5 жыл бұрын
Thank you koushik for this great video!!!
@javahochzwei9810
@javahochzwei9810 4 жыл бұрын
The introduction of this concept was -imho- a big mistake. Absolut superfluous.. But anyway, you described it absolut perfect!! Thanks for your video
@RPRAVEEN14790
@RPRAVEEN14790 4 жыл бұрын
Nice explanation. These features are already there in Scala.
@yt.user-zull
@yt.user-zull 5 жыл бұрын
Thanks for sharing this knowledge!
@sureshpal5569
@sureshpal5569 11 ай бұрын
great video
@opmdevil
@opmdevil 5 жыл бұрын
Very good explanation
@palakgupta.biz5
@palakgupta.biz5 5 жыл бұрын
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.
@CodeTechClubHD
@CodeTechClubHD 5 жыл бұрын
Explained really well.
@lliiiBodyiiill
@lliiiBodyiiill 2 жыл бұрын
Thanks for sharing
@asifiqbal6093
@asifiqbal6093 5 жыл бұрын
Well explained sir.
@GustavoChApaza
@GustavoChApaza 5 жыл бұрын
Good video nice explanation
@ialpha6431
@ialpha6431 5 жыл бұрын
as usual amazing ... you are ..
@zyrakia
@zyrakia 4 жыл бұрын
What editor is used in this video for the code?
@alokrm
@alokrm 5 жыл бұрын
First session on Java 10 :) thanks
@BeastInYourV
@BeastInYourV 5 жыл бұрын
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..
@sahilGupta217
@sahilGupta217 5 жыл бұрын
I got the notification today 🙈
@parvezmd6455
@parvezmd6455 5 жыл бұрын
Sir what is bean in spring framework?
@kaysiz-zw
@kaysiz-zw 5 жыл бұрын
i enjoy your tutorials, but do you have an introduction to Java for beginners?
@syedwaseemahmed1749
@syedwaseemahmed1749 5 жыл бұрын
Java there is no ending. Can you please make videos on audit by jpa. Please thank you.
@ayanchakraborty7842
@ayanchakraborty7842 5 жыл бұрын
Can you help us with Data structures and algorithms...
@asifiqbal6093
@asifiqbal6093 5 жыл бұрын
Sir , please provide hadoop tutorial..
@perschistence2651
@perschistence2651 5 жыл бұрын
I do not understand the "coding to interfaces" part @5:10
@akshaynaik4888
@akshaynaik4888 5 жыл бұрын
which vs code theme is these?
@amanulla5789
@amanulla5789 5 жыл бұрын
What editor are you using?
@xtuff501
@xtuff501 5 жыл бұрын
Looks like JetBrains IntelliJ
@cawlex
@cawlex 5 жыл бұрын
I think it's Atom... not Intellij... I use Intellij it's not like that
@GAMarine137
@GAMarine137 2 жыл бұрын
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
@YtubeUserr Жыл бұрын
Go is bull crap
@cool-aquarian
@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.
@VishalRaoOnYouTube
@VishalRaoOnYouTube 5 жыл бұрын
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-GD
@M-GD 5 жыл бұрын
Solarized IntelliJ?
@cesardmora86
@cesardmora86 5 жыл бұрын
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) { ... }
@shashidhar71
@shashidhar71 5 жыл бұрын
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-si9vy
@DavidHernandez-si9vy 4 жыл бұрын
whats is best? the word "var" or especificed the data type?
@dgh25
@dgh25 3 жыл бұрын
using var is a big no go - bad practise. declare the variable as a specific type if possible.
@coffecoding
@coffecoding 4 жыл бұрын
Sir, Reactive Programming please
@FavouriteVid
@FavouriteVid 5 жыл бұрын
thank you!
@papachoudhary5482
@papachoudhary5482 5 жыл бұрын
Thanks!
@amitchauhan1505
@amitchauhan1505 3 жыл бұрын
thanks !
@giovannisardisco4541
@giovannisardisco4541 5 жыл бұрын
What JDK version allows this?
@marcokapo96
@marcokapo96 5 жыл бұрын
Java 10
@giovannisardisco4541
@giovannisardisco4541 5 жыл бұрын
@@marcokapo96 I heard it later, but I keep my comment if somebody else had my doubt :)
@adityashinde3864
@adityashinde3864 5 жыл бұрын
Sir , please makes java course .
@alittlecoding
@alittlecoding 3 жыл бұрын
perfect
@dharmeshpanchal4864
@dharmeshpanchal4864 5 жыл бұрын
Thanks
@rameshchowdarykonka5551
@rameshchowdarykonka5551 5 жыл бұрын
Tq.. Sir...
@shashidhar71
@shashidhar71 5 жыл бұрын
Nobody: Java: lets introduce var.
@CTde110
@CTde110 4 жыл бұрын
Nah c# did first
@shashidhar71
@shashidhar71 4 жыл бұрын
Oh no no its a meme terminology. It means nobody asked for it
@ReshiramR52
@ReshiramR52 5 жыл бұрын
var in Java? I didn't know it was possible
@sujithg5873
@sujithg5873 5 жыл бұрын
It comes java 10
@udaisingh8436
@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...
@nirupam89
@nirupam89 5 жыл бұрын
Is the following code allowed : var i=10; i="some string" ;
@Java.Brains
@Java.Brains 5 жыл бұрын
In your mind, replace var with the type on the RHS and you'll have the answer. Which is no.
@prashantshubham
@prashantshubham 5 жыл бұрын
Java generics and Design pattern videos please :)
@huseyinaydin99
@huseyinaydin99 5 жыл бұрын
yok yokluk = null; :D
@blasttrash
@blasttrash 5 жыл бұрын
cool
@kitersrefuge7353
@kitersrefuge7353 5 жыл бұрын
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.
@suleymantekir3570
@suleymantekir3570 5 жыл бұрын
We love java without var keyword.But thanks a lot for video.😁
@tenminutetokyo2643
@tenminutetokyo2643 4 жыл бұрын
So now Java, JavaScript and Swift all look the same.
@paulhetherington3854
@paulhetherington3854 6 ай бұрын
He had, no derivative yet! i = letter not -- any #!
@RAJATTHEPAGAL
@RAJATTHEPAGAL 4 жыл бұрын
👀 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
@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“?
@torchlight6927
@torchlight6927 5 жыл бұрын
What does java think it is, JAVA SCRIPT!!!
@Rico-by5zi
@Rico-by5zi 5 жыл бұрын
Bore off
Optionals In Java - Simple Tutorial
15:53
Coding with John
Рет қаралды 225 М.
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
How to plan your Java learning path - Brain Bytes
16:46
Java Brains
Рет қаралды 655 М.
Log4J Vulnerability (Log4Shell)  Explained - for Java developers
20:50
Java 21 API New Features #RoadTo21
16:48
Java
Рет қаралды 46 М.
#42 This keyword in Java
9:45
Telusko
Рет қаралды 172 М.
How to do logging in Spring Boot - Brain Bytes
13:46
Java Brains
Рет қаралды 270 М.
How to add Swagger to Spring Boot - Brain Bytes
21:09
Java Brains
Рет қаралды 460 М.
Lambda Expressions in Java - Full Simple Tutorial
13:05
Coding with John
Рет қаралды 789 М.
Dependency Injection, The Best Pattern
13:16
CodeAesthetic
Рет қаралды 908 М.