package test1;
public class project {
public static void main(String[] args)
{
String JJ = "sky!!!!!";
System.out.println(JJ);
}
这是在myeclipse中的代码内容,显示的时候一闪而过!求解
加常量干嘛?
在String 前加final