package testclasses; public class Const { private static final String s = "hello world"; public static String hello(){ return s; } }