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

问题:

[多选] Whichtwo scenarios are NOT safe to replace a StringBuffer object with a StringBuilder object?()

A . When using versions of Java technology earlier than 5.0.
B . When sharing a StringBuffer among multiple threads.
C . When using the java.io class StringBufferInputStream.
D . When you plan to reuse the StringBuffer to build more than one string.
E . Enitiation of separate design processes to the separation of user

标准筒刀和封堵筒刀在用途上是()的。 相似。 不同。 相反。 一样。 游戏计划制定的首要任务是() 确定游戏目标。 选择游戏内容。 确定指导方式。 考虑材料投放。 Given that c is a reference to a valid java.io.Console object, and: 11.String pw = c.readPassword("%s", "pw: "); 12.System.out.println("got " + pw); 13.String name = c.readLine("%s", "name: "); 14.System.out.println(" got ", name); If the user types fido when prompted for a password, and then responds bob when prompted for a name,what is the result?() An exception is thrown at runtime。 pw: fido got fido name: bob got bob。 pw: got fido name: bob got bob。 Compilation fails.。 Which are DML statements? () COMMIT。 MERGE。 UPDATE。 DELETE。 CREATE。 DROP。 You Execute the Following command to create a password file in the database server: $ orapwd file = ‘+DATA/PROD/orapwprod entries = 5 ignorecase = N format = 12’ Which two statements are true about the password file?() It records the usernames and passwords of users when granted the DBA role.。 It contains the usernames and passwords of users for whom auditing is enabled.。 Is used by Oracle to authenticate users for remote database administration.。 It records the usernames and passwords of all users when they are added to the OSDBA or OSOPER operating system groups.。 It supports the SYSBACKUP, SYSDG, and SYSKM system privileges.。 Whichtwo scenarios are NOT safe to replace a StringBuffer object with a StringBuilder object?()
参考答案:

  参考解析

本题暂无解析

在线 客服