Toggle navigation
Aliensbrain
Home
Topics
Quizzes
Notebooks
Community
Sign in
programming languages Online Quiz - 125
In Java, to copy the contents of a to a new Foo object b...
In Java, to copy the contents of a to a new Foo object b
technology
programming languages
Foo b = a;
Foo b = a.clone();
Foo b;b=a;
-
Show answer
Correct Option:
B
Find more quizzes: