Course contentsShow
Java
Lesson 239 of 2,8706. ArraysPro lesson

Anonymous Array Creation

Pass arrays directly to methods without declaring a variable: method(new int[]{1, 2, 3}).

This lesson is for subscribers

You've completed the free preview. Subscribe to unlock every lesson in every course.