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

9 Likes

Answer

(a) Implicit type casting

(b) Explicit type casting

Answered By

5 Likes


Related Questions