#6.7 Java Tutorial | Wrapper class | AutoBoxing

  Рет қаралды 114,340

Telusko

Telusko

6 жыл бұрын

Instagram : / navinreddyofficial
Linkedin : / navinreddy20
Discord : / discord
More Learning :
Java - bit.ly/3xleOA2
Python :- bit.ly/3H0DYHx
Django :- bit.ly/3awMaD8
Spring Boot :- bit.ly/3aucCgB
Spring Framework :- bit.ly/3GRfxwe
Servlet & JSP :- bit.ly/3mh5CGz
Hibernate Tutorial :- bit.ly/3NWAKah
Rest API | Web Service Tutorial :- bit.ly/38RJCiy
Git :- bit.ly/3NUHB3V
JavaScript :- bit.ly/3mkcFys
Kotlin :- bit.ly/3GR2DOG
Donation:
PayPal Id : navinreddy20
Patreon : navinreddy20
www.telusko.com/contactus

Пікірлер: 64
@awalktoinfinity665
@awalktoinfinity665 5 жыл бұрын
These 8 minutes were worth watching each second.. happy teacher's day 😊
@manikantakumar7296
@manikantakumar7296 2 жыл бұрын
Wow
@vivekKumar-tf6nn
@vivekKumar-tf6nn 5 жыл бұрын
explanation is just like feeding spoon directly to stomach not even in mouth. thank you sir...
@vishalsharma7058
@vishalsharma7058 5 жыл бұрын
Excellent video Sir, From my college time to Udemy course I was not getting this wrapper class concept cleare but after seeing your this video I finally got this concept clear. Sir keep doing this great job, your teaching is unbelievable, mind-blowing. God Bless you Sir...!
@mounikareddy3537
@mounikareddy3537 6 жыл бұрын
Simple ,to the point ,very clear.thank you navin
@PhoenixRisingFromAshes471
@PhoenixRisingFromAshes471 6 жыл бұрын
When it's your video first like then watch..............it's because of you I've learned java and gaining more and more interest in it.....................Sir please keep on making more videos particularly on java(both advanced and core).
@Abhishek-Khelge
@Abhishek-Khelge 4 жыл бұрын
I saw so many videos for this topic but here I understood,thank you sir
@deepakbhardwaj9543
@deepakbhardwaj9543 6 жыл бұрын
The way you teach ... It's quite modern .... Even I haven't got the proper knowledge of this encapsulation in my college but here I got ... So ... It's piquent moment for me... Thank you
@ankitcaring
@ankitcaring 6 жыл бұрын
Awesome video sir...This is a very critical topic which I wasn't able to get clearly. But after this video every thing is crystal clear. Thanku
@ramyach137
@ramyach137 5 жыл бұрын
Super explaination ,when I got doubt about any topic I will refer these videos , really very good teaching. Upload still further videos of advanced Java also .
@satyaveeralokeshinumarthi9030
@satyaveeralokeshinumarthi9030 2 жыл бұрын
Most perspicuous explanation I've heard about wrapper class.
@kalyanirama.k7310
@kalyanirama.k7310 5 жыл бұрын
You are the best...Straight to the point..(Y)
@sadathossainchowdhury631
@sadathossainchowdhury631 4 жыл бұрын
Awesome explanation Sir.
@Shiva-zy7jq
@Shiva-zy7jq 6 жыл бұрын
Thanks. Very informative
@navneetrana3303
@navneetrana3303 3 жыл бұрын
No one can teach like you 😊
@monikamohanty3619
@monikamohanty3619 2 жыл бұрын
Your teaching style is beautiful sir 🤗.
@sharfan22010
@sharfan22010 3 жыл бұрын
Wow...supr class 👍👍👍👍
@sohulanjum9494
@sohulanjum9494 2 жыл бұрын
Really.. very nice video.. Never thought i could learn this much from a 8 min video. Entire concept Straight to mind. TQS a lot sir.. Respect to u 🙌
@theblindprogrammer
@theblindprogrammer 2 жыл бұрын
This guy is great. Java is really powerful language.
@tejasaimaheshchennamsetti3247
@tejasaimaheshchennamsetti3247 2 жыл бұрын
Here for wrapper classes are already predefined classes are created right?
@rajuchakkadi6017
@rajuchakkadi6017 3 жыл бұрын
Great explanation 🥰
@CreativityWithDeep
@CreativityWithDeep 4 жыл бұрын
Sir i know little about hibernate and in never that primitive datatype are not use in hibernate... if i missed something in hibernate please make a video about this topic.. thanku sir
@AkshayKumar-gg8zy
@AkshayKumar-gg8zy 6 жыл бұрын
Sir, we can also apply typecasting
@milaismyname
@milaismyname 6 жыл бұрын
Could you please explain visitor pattern?
@maunishdave2573
@maunishdave2573 6 жыл бұрын
Which is the best book for java?
@sruthis7016
@sruthis7016 2 жыл бұрын
Thank you so much👍
@gopitarun2738
@gopitarun2738 3 жыл бұрын
Sir thank u for ur lecture.
@carriepett6660
@carriepett6660 5 жыл бұрын
awesome video!
@LyricLoungeHD
@LyricLoungeHD 6 жыл бұрын
Sir please can you do a video on javascript and Ajax
@kavita5982
@kavita5982 4 жыл бұрын
Amazing teaching....hatss off
@Abhishek-Khelge
@Abhishek-Khelge 4 жыл бұрын
yaa I saw so many videos for this topic but here I understood
@asgarh4589
@asgarh4589 Жыл бұрын
3:55 Putting a primitive variable inside the object, this concept is called boxing(in OOPs), in java, it's called wrapping... int i=5; Integer ii = new Integer(i); //passing primitive variable i inside the object. Taking out the value from the object is called unboxing/unwrapping.
@lastwish6428
@lastwish6428 Жыл бұрын
Sastha type notes 😅😅
@jisajose5332
@jisajose5332 3 жыл бұрын
Worthy classes. Thank you so much for making my time effective. Sir, could you please make a class on finalize () , garbage collection and related topics?
@theblindprogrammer
@theblindprogrammer 2 жыл бұрын
I thought you didn't have to worry about garbage collection in Java since the complier takes care of that?
@newtonsarr1234
@newtonsarr1234 5 жыл бұрын
Just an update, the constructors new Integer() and new Float() are deprecated in Java 9.
@jvsnyc
@jvsnyc 3 жыл бұрын
In favor of the (already legal in older Java versions): Integer x = Integer.valueOf(100);
@rsarveshr5773
@rsarveshr5773 3 жыл бұрын
Thank you so much sir
@rohitmagar2397
@rohitmagar2397 5 жыл бұрын
Just one question. If wrapper class are slow why do collection framework and generics prefers using them?
@brandyplays6134
@brandyplays6134 4 жыл бұрын
because to make our lives miserable
@dexternepo
@dexternepo 4 жыл бұрын
Because primitive types are faster than objects. They consume less memory as well.
@gopalbharadva9623
@gopalbharadva9623 5 жыл бұрын
in your example "value" is a reference variable not object. you say it around 5:25 minute
@theblindprogrammer
@theblindprogrammer 2 жыл бұрын
In Java whenever you see the "new" keyword, that means a pointer to a memory space. It is like me asking you where your friend lives, and you saying he lives 123 Main st; whenever you say an address, you are basically pointing where a data lives. When I instantiate a Human object like Human mike = new Human(); what I am doing is pointing to where the memory is
@PowerGamersOfficial
@PowerGamersOfficial 6 жыл бұрын
simple_mean_that_wrapper_classes_provide_some_most_comman_functionality_(halper_functions)_and_readablity.
@user-ks3fx3jg3v
@user-ks3fx3jg3v 5 ай бұрын
Hey, @Telsuko in one vedio you said java is not pure Object Oriented but in this vedio you are saying java is pure Object Oriented
@afrozkhan.
@afrozkhan. 2 жыл бұрын
In java version 16.0.1 in implementation of this integer class it show as marked and warning message is "The constructor integer(int) has been deprecated since version 9 and marked for removal".
@theblindprogrammer
@theblindprogrammer 2 жыл бұрын
int x = 10; System.out.println(Integer.valueOf(x));
@tanmaybohra8702
@tanmaybohra8702 Жыл бұрын
you dont have gpay?
@digitalnomadg
@digitalnomadg 6 жыл бұрын
i have an small question. When an java program runs then which is start the object or the class ?
@HetTrivedi
@HetTrivedi 6 жыл бұрын
When java program runs, the main(String[] args) method is executed. If you have an object (For example; Demo d = new Demo();), then the Demo class is loaded first, and then an instance of Demo class (i.e. 'd') is created.
@karthickd8251
@karthickd8251 4 жыл бұрын
Just a quick question , you told, Since parseInt is a static method we need to use the classname.parseInt and you had mentioned Integer.parseInt but i'm seeing the class name as WrapperDemo
@jvsnyc
@jvsnyc 3 жыл бұрын
parseInt(), decode() and valueOf() are members of each wrapper class per se, e.g. Integer or Long.
@theblindprogrammer
@theblindprogrammer 2 жыл бұрын
String number = "2"; int num = Integer.parseInt(number); System.out.println(num);
@proxy5061
@proxy5061 Жыл бұрын
int i = Integer.valueOf(String str) method to return int from string format? also int i = Integer.parseInt(str);. okok 👌
@tusharshinde086
@tusharshinde086 Жыл бұрын
@navneetrana3303
@navneetrana3303 3 жыл бұрын
Sir you explain very deaply
@manujkumarjoshi9342
@manujkumarjoshi9342 3 жыл бұрын
Technology updates every day, In 2020 Eclipse says Integer wrapper is depreciated since version 9.
@theblindprogrammer
@theblindprogrammer 2 жыл бұрын
Use this instead. int x = 10; System.out.println(Integer.valueOf(x));
@ayandey2736
@ayandey2736 Жыл бұрын
Wrapper class probably not feasible after version 9
@sarika9031
@sarika9031 6 жыл бұрын
They are immutable
@dipakraut6058
@dipakraut6058 5 жыл бұрын
3:57 at that moment what he want's to tell didn't understand.
@theblindprogrammer
@theblindprogrammer 2 жыл бұрын
Ask I may explain it little better.
@estiennemustard6903
@estiennemustard6903 4 жыл бұрын
Fast speed of talk , it's not helping for the global understanding .However thank you for your explanations. !
@jvsnyc
@jvsnyc 3 жыл бұрын
The KZfaq viewer easily lets you make any video faster or slower than normal speed, which is very often helpful.
#6.8 Java Tutorial | Abstract Keyword
5:29
Telusko
Рет қаралды 80 М.
Functional Interface | Lambda Expression in Java
13:56
Telusko
Рет қаралды 139 М.
How Many Balloons Does It Take To Fly?
00:18
MrBeast
Рет қаралды 25 МЛН
THEY made a RAINBOW M&M 🤩😳 LeoNata family #shorts
00:49
LeoNata Family
Рет қаралды 32 МЛН
Generics In Java - Full Simple Tutorial
17:34
Coding with John
Рет қаралды 1 МЛН
Java Wrapper Classes || Objectives of Wrapper classes || by Durga Sir
14:22
Durga Software Solutions
Рет қаралды 42 М.
LinkedList vs ArrayList in Java Tutorial - Which Should You Use?
11:43
Coding with John
Рет қаралды 577 М.
Java wrapper classes 🎁
7:13
Bro Code
Рет қаралды 105 М.
Stream API in Java
26:04
Telusko
Рет қаралды 286 М.
Generics in Java
14:26
Telusko
Рет қаралды 502 М.
Java Wrapper Classes ||  AutoBoxing and AutoUnBoxing Introduction || by Durga sir
16:47
Array vs. ArrayList in Java Tutorial - What's The Difference?
17:36
Coding with John
Рет қаралды 502 М.
Generics in Java - Full Tutorial
20:08
Daily Code Buffer
Рет қаралды 26 М.
1$ vs 500$ ВИРТУАЛЬНАЯ РЕАЛЬНОСТЬ !
23:20
GoldenBurst
Рет қаралды 1,6 МЛН
OZON РАЗБИЛИ 3 КОМПЬЮТЕРА
0:57
Кинг Комп Shorts
Рет қаралды 1,5 МЛН
Easy Art with AR Drawing App - Step by step for Beginners
0:27
Melli Art School
Рет қаралды 9 МЛН
Красиво, но телефон жаль
0:32
Бесполезные Новости
Рет қаралды 282 М.
Clicks чехол-клавиатура для iPhone ⌨️
0:59
Klavye İle Trafik Işığını Yönetmek #shorts
0:18
Osman Kabadayı
Рет қаралды 810 М.