Tricky Interview Question | Difference between Primitive Data Types and Wrapper Classes in Java

Поділитися
Вставка
  • Опубліковано 3 жов 2024
  • This video explains the differences between Primitive Data Types and Wrapper Classes and also explains about Autoboxing and Unboxing with an example
    Checkout the Playlists:
    👉 Java Tutorial For Beginners:
    • #1 JAVA INTRODUCTION |...
    👉 Design Patterns in Java
    • What is Singleton Desi...
    👉 Tricky Java Interview Questions
    • Tricky Interview Quest...
    👉 Important Java Programs for Interview:
    • Important Java Program...
    👉 How to Avoid Common Mistakes as a Java Beginner
    • How to Avoid Common Mi...
    👉 Interview Coding Challenges
    • Coding Interview Quest...
    👉 MySQL Tutorial For Beginners:
    • MySQL Tutorial For Beg...
    👉 What is Agile | Understanding Agile Software Development Process:
    • What is Agile | Unders...
    👉 Selenium with Java Tutorial For Beginners:
    • #1 Introduction to Sel...
    LIKE | SHARE | SUBSCRIBE 😊
    #primitive #datatypesinjava #wrapperclass
    👇👇👇
    Follow me on
    LinkedIn: / mahesh-babu-mande-6592...
    Telegram: t.me/techstack9
    Twitter: / mahesh1049

КОМЕНТАРІ • 3

  • @Cocoblu2
    @Cocoblu2 3 роки тому +1

    Nice video, could you multiply wrapInt by 10 to also get 100? Why would it be useful to un-box a primitive datatype?

    • @TechStack9
      @TechStack9  3 роки тому +1

      As primitives result in faster processing and this is done automatically by JVM(auto unboxing).

  • @DoanThanhNhanKHL
    @DoanThanhNhanKHL Рік тому +1

    thank you sir