SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

Introduction to Java

» Start this Course
(Practice similar questions for free)
Question:

Type compatibility & Type conversions (2)

Author: Christian N



Answer:

If no implicit type conversion is possible, an explicit conversion must take place. Data loss is possible in this case. e.g int area = (int) (r*r*3.14159);


0 / 5  (0 ratings)

1 answer(s) in total