Computer Applications

Name the type of type casting in the given statements:

(a) double m = 'b';
(b) char ch = (char)68;

Values & Data Types Java

7 Likes

Answer

(a) Implicit type casting

(b) Explicit type casting

Answered By

4 Likes


Related Questions