[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fqQ1QMhFoI5ICXZi12M7KaZbCN4iLe5Cfa6fxl2vbPwk":3},{"answer":4,"createTime":5,"id":6,"options":7,"origin":12,"question":19,"related":20,"source":27,"type":63},[],"2025-11-30 22:12:31",228276908,[8,9,10,11],"1 2 3 4 5","99 99 99 99 99","0 2 3 4 5","99 2 3 4 5",{"count":13,"courseId":14,"courseImg":15,"courseName":16,"workId":17,"workName":18},30,"c1105c6b4766af9f25a63cf2aae50885","https:\u002F\u002Ftihai-oss-cloud.itihey.com\u002Fimg\u002F182f1b936e9aa36e88e214f26645a937.jpg","java程序设计","work_45716784","理论作业:20250918(周四)数据24级《Java应用级程序开发》第3章习题","以下输出是什么 ? class ChangeIt{ static void doIt( int[] z ) { int[] A = z; A[0] = 99; }} class TestIt{ public static void main( String[] args ) { int[] myArray = {1, 2, 3, 4, 5}; ChangeIt.doIt(myArray); for (int i = 0; i &lt; myArray.length; i++) { System.out.print(myArray[i] + &quot; &quot;); } }}",[21,29,34,39,44,49,54,64,73,81],{"answer":22,"createTime":23,"id":24,"options":25,"question":26,"source":27,"type":28},[],"2025-11-03 17:15:49",228276899,[],"实例化对象是指使用关键字____来创建一个对象,并为对象分配内存空间","v1",2,{"answer":30,"createTime":23,"id":31,"options":32,"question":33,"source":27,"type":28},[],228276900,[],"在Java中,一个对象在创建时会自动调用并初始化的特殊方法叫____",{"answer":35,"createTime":23,"id":36,"options":37,"question":38,"source":27,"type":28},[],228276901,[],"在Java中解决成员变量与局部变量名称冲突时,可以使用()关键字",{"answer":40,"createTime":23,"id":41,"options":42,"question":43,"source":27,"type":28},[],228276902,[],"在Java中,访问级别最严格,只允许同一个类中才可以访问的修饰符是____",{"answer":45,"createTime":23,"id":46,"options":47,"question":48,"source":27,"type":28},[],228276903,[],"类的封装是指在定义一个类时,将类中的属性私有化,即使用()关键字来修饰",{"answer":50,"createTime":23,"id":51,"options":52,"question":53,"source":27,"type":28},[],228276904,[],"面向对象的三大特性分别为____、继承和多态",{"answer":55,"createTime":56,"id":57,"options":58,"question":62,"source":27,"type":63},[],"2025-12-02 12:22:40",228276905,[8,59,60,61],"1 2 3 4 1","5 2 3 4 5","5 2 3 4 1","以下输出是什么?class LowHighSwap{ static void doIt( int[] z ) { int temp = z[z.length-1]; z[z.length-1] = z[0]; z[0] = temp; }} class TestIt{ public static void main( String[] args ) { int[] myArray = {1, 2, 3, 4, 5}; LowHighSwap.doIt(myArray); for (int i = 0; i &lt; myArray.length; i++) { System.out.print(myArray[i] + &quot; &quot;); } }}",0,{"answer":65,"createTime":56,"id":66,"options":67,"question":72,"source":27,"type":63},[],228276906,[68,69,70,71],"只能访问声明为proteced和public的类成员","都不能访问","只能访问声明为public的类成员","都可以访问","对于声明为private、protected及public的类成员在类外部()",{"answer":74,"createTime":56,"id":75,"options":76,"question":80,"source":27,"type":63},[],228276907,[77,78,79],"编写由Java类组成的程序","在编写程序并制定测试计划之前编写算法","根据分析问题时发现的对象设计应用程序","面向对象编程意味着&hellip;&hellip;",{"answer":82,"createTime":5,"id":6,"options":83,"question":19,"source":27,"type":63},[],[8,9,10,11]]