itgle.com

you have recently written the code shown below:Hashtable emailAddresses = new Hashtable ();emailAddresses.Add ("Mia", "mia@ Certkiller .com");emailAddresses.Add ("Andy", "andy@ Certkiller .com");emailAddresses.Add ("Kara", "kara@ Certkiller .com");You nee

题目

you have recently written the code shown below:Hashtable emailAddresses = new Hashtable ();emailAddresses.Add ("Mia", "mia@ Certkiller .com");emailAddresses.Add ("Andy", "andy@ Certkiller .com");emailAddresses.Add ("Kara", "kara@ Certkiller .com");You need to ensure that these e-mail addresses are stored in the Email.dat file so that you can load them againwhen the user restarts the application.What should you do?()

A.

B.

C.

D.


相似考题
参考答案和解析
参考答案:B
更多“you have recently written the code shown below:Hashtable emailAddresses = new Hashtable () ”相关问题
  • 第1题:

    HashMap和Hashtable的区别。


    正确答案:
    答:HashMap是Hashtable的轻量级实现(非线程安全的实现),他们都完成了Map接口,主要区别在于HashMap允许空(null)键值(key),由于非线程安全,效率上可能高于Hashtable.

  • 第2题:

    Hashtable类大体相当于HashMap。


    正确

  • 第3题:

    Hashtable类大体相当于HashMap


    存储键和值

  • 第4题:

    4.HashTable是线程____(安全/不安全)


    安全

  • 第5题:

    HashTable允许key和vaule为null。


    C

  • 第6题:

    关于Java语言Hashtable,表述正确的有()。

    A.Hashtable允许空(null)键值(key)

    B.Hashtable的方法是Synchronize的

    C.Hashtable继承自Dictionary类

    D.Hashtable支持Null value


    Hashtable 的方法是Synchronize的;Hashtable 继承自Dictionary类