精选优质文档-倾情为你奉上程序分析题(共6小题,每小题5分,共30分)1. 写出下面程序的运行结果。 public class ArrayExamplepublic static void main(String args) long a=2011,2012,2013,2014; long b=100,200,300,400,500; b=a; System.out.println(Length=+b.length); System.out.println(b0=+b0); 运行结果:Length=4 b0=20112. 请写出下面程序的运行结果。class MyString public String getString(String s)StringBuilder str = new StringBuilder ();for(int i = 0;i s.l