こんな感じか

public class Test{
static String s = new String("a");
public static void main(String[] args){
System.out.println (s) ;
}
}