This is Element class:
Element
public class Element { private String elementName; private int atomicNumber; private String Symbol; priv
Creating new object arrays will yield arrays filled with null. If you need to have objects, you will have to iterate over the array after its creation and populate it with new instances.
null