English

How is implicit conversion different from explicit conversion? - Computer Applications

Advertisements
Advertisements

Question

How is implicit conversion different from explicit conversion?

Answer in Brief

Solution

In Java, type conversion can be implicit or explicit.

  1. Implicit: In a mixed expression, the result's data type is automatically changed, without the user's input, to the highest type possible in the expression. Implicit type conversion/coercion is the term used to describe this type of conversion scheme.
    1. Example: 
      int a;
      long, c;
      c = a + b;
    2. In this example, a is automatically transformed to the long data type.

  2. Explicit: This method of type conversion allows users to transform one data type to another based on their preferences. This signifies the user expects the system to return the desired data type.
    1. Example: 
      int a, b;
      float x = (float) a + b;
shaalaa.com
  Is there an error in this question or solution?
Chapter 1.03: Values and Data Types - EXERCISES [Page 33]

APPEARS IN

Avichal Computer Applications [English] Class 10 ICSE
Chapter 1.03 Values and Data Types
EXERCISES | Q III. 8. (ii) | Page 33
Avichal Computer Applications [English] Class 10 ICSE
Chapter 1.03 Values and Data Types
Review Insight | Q 8. (ii) | Page 30
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×