Check out example codes for "how to call a static method from another class in java". It will help you in understanding the concepts better.
Code Example 1
// Called from outside the MyUtils class.
double avgAtt = MyUtils.mean(attendance);
Learn ReactJs, React Native from akashmittal.com