Online Ethical Hacking Course

Apply Now
Kotlin Tutorial

Kotlin Type Conversion in Hindi (Type Casting): Explained With Examples

Table of Contents

  • कोटलिन में टाइप कन्वर्शन क्या है? (Type Conversion in Kotlin in Hindi)
  • कोटलिन में टाइप कन्वर्शन के तरीके (Methods of Type Conversion in Kotlin in Hindi)
  • More Functions for Type Conversion in Kotlin
  • कोटलिन टाइप कास्ट एक्सेप्शन
  • Implicit Type Conversion in Kotlin
  • Conversion from Larger to Smaller Type
  • Type Conversion in Kotlin vs. Java
  • Kotlin Full Course Video for Beginners in Hindi [FREE]

Kotlin Full Course Video for Beginners in Hindi [FREE]

कोटलिन कस्टम टाइप कन्वर्शन से संबंधित पूछे जाने वाले प्रश्न

जावा में, implicit type conversion है, और हमें केवल अधिक छोटे से अधिक महत्वपूर्ण data types में converted करने की अनुमति है। दूसरी ओर, कोटलिन प्रकार conversion clear है, और supporting functions का उपयोग करके, हम variable को छोटे से big data types में और बड़े से छोटे data types में परिवर्तित कर सकते हैं।
kotlin boolean data type के type conversion का Support नहीं करता है। इसलिए, boolean types के लिए कोई सहायक कार्य नहीं है।
floating-type data values की सटीकता decimal point के बाद हमारे पास मौजूद अंकों की संख्या को दर्शाती है। फ़्लोट की accuracy केवल 6-7 decimal points है, जबकि double variable की सटीकता लगभग 15 अंक है। इसलिए, हम अधिकांश calculations के लिए डबल का उपयोग करना पसंद करते हैं।
Did you find this article helpful?