L19: Java Wrapper Classes | Autoboxing, Unboxing | Example | Java Tutorial | Java Lectures in Hindi

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

In this video you can learn about Java Wrapper Classes in Java Programming Course. Following topics of Java Programming Course are discussed in this lecture: Java Wrapper Classes, Autoboxing and Unboxing in Java with Example, Primitive Types and its Wrapper Class, Example of Primitive to Wrapper Classes, Example of Wrapper to Primitive Classes . This topic is very important for College University Semester Exams, Placement Exam Preparation, Placement Interview Preparation and Other Competitive exams like NTA NET, NIELIT, DSSSB tgt/ pgt computer science, KVS CSE, PSUs etc.

Wrapper class in Java, Autoboxing and Unboxing in Java with Example

How to Convert Primitive to Wrapper

How to Convert Wrapper to Primitive

For Students of B.Tech, B.E, MCA, BCA, B.Sc., M.Sc., Courses - As Per IP University Syllabus and Other Engineering Courses

👉 Follow us on Social media:
▶️ Links for Hindi playlists of all subjects are:

Links for GATE/UGC NET/ PGT/ TGT CS Previous Year Solved Questions:

Рекомендации по теме
Комментарии
Автор

Kitna easily explain karte ho app, I really like it ❤

TeckShivam
Автор

I was very tense due to java concepts clearance was not proper due to some reasons I actually don't comment anywhere but literally this channel is BEST FOR JAVA much respect keep going 🙌🙌

vaishnaviyogendradere
Автор

String primitive type lekar try kro n
Wrapper class
Wo bahot confusing lg rha hai
Plzz sir

mn.mayuedits
Автор

Bahut accha thanks for teaching wrapper classes

harshitgupta
Автор

Thank you very mush. It's very helpful :)

kasemun-sri
Автор

P s v m (string args[]) or (string []a) en dono me koi difference hai ke a args or ar ye sabhi use kar sakte h

richagupta
Автор

what is the main benefit of converting primitve to obj and vice versa?

waqarahmad
Автор

Why we convert primitive to wrapper and vice versa?

TheRiishii
Автор

Thank u sir, thanks a lot for such excellent video lecture series.😊🙏🙏

shivamkamdi
Автор

*5:34** How "i" is object ??? It is referance variable right ?*

gokuspiritbomb
Автор

Do we have to give initial value to our primitves during boxing ? what if we want to use scanner class and assign different value to both prim type and obj type ??

Deceiveryaya
Автор

here in the primitive to wrapper the object should be "ab"?.why did u mentioned "i" as object?

SanathanDharmaa
Автор

what ide is that in which u run ur programs sir?Pls comment below so.

kannank
Автор

Sir where we can find the videos for enumeration, autoboxing and annotations videos ???

pawanprakashh
Автор

Y&how do compiler will write automatically ???

umadivvela
Автор

Sir, how can I Unbox the Integer[][] type to int[][] ?, in other words how can i transform Integer[][] and int[][] one another?

artun
Автор

Sir, can you please illustrate some examples of character type wrapper class. It is very confusing. Thank you

ankitamishra
Автор

sir, as u said that these wrapper classes are present in java.lang package then why didn't we imported that pakage in our program.

And while converting wrapper to primitive we directly assigned the value of integer to an object of class integer without creating it .
we did this...
int i=100;
Integer obj1= Integer.valueof(i);
why didn't we did it like this
int i=100;
Integer obj1= new Integer();
obj1= obj.valueof(i);

vipinyadav
Автор

getting error like integer is deprecated..what does that mean

avijain
Автор

Sir, please explain why wrapper class is required?
And what is advantage of Wrapper class...
Please reply

rakeshparmar