initialize static method

String initialize()

Implementation

static String initialize() {
  print("Inside initialize!!");
  return "Initialize!";
}