Here is a snippet of code with several variables:
int a = 100;
int b = a;
String c = new String("abc");
String d = c;Select all correct statements.
Here is a snippet of code with several variables:
int a = 100;
int b = a;
String c = new String("abc");
String d = c;Select all correct statements.
Create a free account to access the full topic