What is the result of the following code in Java?
Integer a = 100;
int b = a;
What is the result of the following code in Java?
Integer a = 100;
int b = a;
Correct Answer `No error, it compiles successfully`
মোঃ আরিফুল ইসলাম
Feb 20, 2025