2.Anting, which aspires to be a car-making hub, is re-creating the pastel-colored apartment blocks and Bauhaus offices found in the German city of Weimar.
3.When you’recreating a stand-alone program such as this one, one of the classes in the file must have the same name as the file (The compiler complains if you don’t do this.) That class must contain a method called main( ) with the signature shown:public static void main(String[] args) {
若象现在这样创建一个独立的程序,文件中的一个类必须与文件同名(如果没这样做,编译器会及时作出反应)。类里必须包含一个名为main()的方法,形式如下: public static void main(String[] args) {收藏指正