当前位置:SCJP程序员认证考试题库

问题:

[多选]

Which two code fragments, inserted independently at line 3,  generate the output 4247?()

A .  String s = "123456789"; s = (s - "123").replace(1, 3, "24") - "89";
B .  StringBuffer s = new StringBuffer("123456789");s.delete(0, 3).replace(1, 3, "24").delete(4, 6);
C .  StringBuffer s = new StringBuffer("123456789"); s.substring(3, 6).delete(1,3).insert(1, "24");
D .  StringBuilder s = new StringBuilder("123456789");s.substring(3, 6).delete(1, 2).insert(1, "24");
E .  StringBuilder s = new StringBuilder("123456789"); s.delete(0, 3).delete(1, 3).delete(2, 5).insert(1, "24");

专业性原则 Which components are needed for successful and most efficient recovery.()    The backup RB3 and the current online redo log files。  the backup RB2 and the archived redo log files after the log sequence number 15622。  Backup R81 and the archived redo log hies after the log sequence number 12871。  The backup RB3 and the archived redo log files after the log sequence number 16721。 You have configured Automatic Shared Memory Management. Which four memory structures would be automatically tuned? ()  log buffer。  Java pool。  Large pool。  Fixed SGA。  Shared pool。  Streams pool。  Keep buffer cache。  Database buffer cache。 化工泵的故障大体可分为()、()、()、()四大类。 依据光照因子分类

Which two code fragments, inserted independently at line 3,  generate the output 4247?()

参考答案:

  参考解析

本题暂无解析

在线 客服