a simple java interview question (1)

xiaoxiao2026-06-14  6

what is the problem in the following code:

 

public  class Test{

   

      public String a="ttt";

     

      public static void main(String[] args)

     {

             System.out.println("your String is "+a);

     }   

 

}

转载请注明原文地址: https://www.6miu.com/read-5050117.html

最新回复(0)