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