What is the output? public class Test { public void display() { System.out.println("Displaying..."); } public static void main(String[] args) { display(); } }