All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pkg.StoringToGivenArray Maven / Gradle / Ivy

The newest version!
package pkg;

public class StoringToGivenArray {
  void method(Object[] array) {
    array[0] = "";
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy