Blurtit
.
Ask
Topics
Discover
Sign in
Which of the following correctly creates an anonymous array and passes its reference to a method named print? print({1, 2, 3}); print(int[] x = {1, 2, 3,}); print(int[]{1, 2, 3}); print(new int[]{1, 2, 3});
1
1 Answers
Anonymous
answered
Please specify your programing lang.
Answer Question
Answer
1
Answers
245
Views
0
Followers
0
Favorites
Connect
Connect
Connect
All Topics
Science
Computer Science
Didn't find the answer you were looking for?
Ask a Question
x