A programmer has an algorithm that requires a java.util.List that provides an efficient implementation of add(0, object), but does NOT need to support quick random access. What supports these requirements?()A、java.util.QueueB、java.util.ArrayListC、java.util.LinearListD、java.util.LinkedList

A programmer has an algorithm that requires a java.util.List that provides an efficient implementation of add(0, object), but does NOT need to support quick random access. What supports these requirements?()

  • A、java.util.Queue
  • B、java.util.ArrayList
  • C、java.util.LinearList
  • D、java.util.LinkedList

相关考题:

Wood has been used to make paper since the 19th __________(世纪).

An activity has an early start date-of the lOth and a late start date of the 19th. The activity also has a duration of 4 days. There are no nonworkdays. From the information given, ()what can be concluded about the activity?A.Total float for the activity is 9 days.B.The early finish date ofthe activity is the end ofthe day on the 14th.C.The late finish date is the 25th.D.The activity can be completed in 2 days ifthe resources devoted to it are doubled.

Which routing select algorithm is described below ? According to a kind of fix regulation, the select algorithm of route works and has nothing to do with the network information newly.A.Static Routing AlgorithmB.Dynamic Routing AlgorithmC.Centralized Routing AlgorithmD.Distributed Routing Algorithm

1. Our school has a speech contest ________May 4th.A.inB. onC. atD. for

although the united states has produced most commercial films in the 20th century, movies did not originate in america. ()

Printing ______ greatly at the beginning of the 11th century.A: will be developedB: has been developedC: is developedD: was developed

A company that makes Computer Assisted Design (CAD) software has, within its application, some utility classes that are used to perform 3D rendering tasks. The company‘s chief scientist has just improved the performance of one of the utility classes‘ key rendering algorithms, and has assigned a programmer to replace the old algorithm with the new algorithm. When the programmer begins researching the utility classes, she is happy to discover that the algorithm to be replaced exists in only one class. The programmer reviews that class‘s API, and replaces the old algorithm with the new algorithm, being careful that her changes adhere strictly to the class‘s API. Once testing has begun, the programmer discovers that other classes that use the class she changed are no longer working properly.What design flaw is most likely the cause of these new bugs?()A.InheritanceB.Tight couplingC.Low cohesionD.High cohesionE.Loose couplingF.Object immutability

The ERX Edge Router in your Bridged 1483 network has multiple external DHCP servers configured.During discovery, which algorithm does the router use to decide which DHCP server to send packets to?() A. direct modeB. round robinC. weighted round robinD. No algorithm is used.

Which RADIUS configuration command implements a primary/backup scenario for multiple servers?() A.radius algorithm directB.radius algorithm backupC.radius algorithm primaryD.radius algorithm round-robin

In object-oriented(51), objects can be viewed as reusable components, and once the programmer has developed a(52)of these components, he can(53)the amount of new coding required. But(52)a(54)is no simple task because the integrity of the Original software design is critical. Reusability can be a mixed blessing for user, too, as a programmer has to be able to find the object he needs. But if(55)is your aim, reusability is worth the risk.A.programmingB.creatingC.indisposingD.libraryE.maximize

What is the function of the CSMA/CD algorithm in Ethernet technologies?() A. defines how the media is accessedB. supplies a token to determine which host has access to the mediaC. defines the encoding of electrical signals on the wireD. determines the preamble bits

Which command displays the number of times that the OSPF Shortest Path First (SPF) algorithm has been executed?() A. show ip protocolB. show ip ospfC. sho w ip ospf databaseD. show ip ospf interface

The ERX Edge Router in your Bridged 1483 network has multiple external DHCP servers configured.During discovery, which algorithm does the router use to decide which DHCP server to send packets to?()A、direct modeB、round robinC、weighted round robinD、No algorithm is used.

You want to use RMAN to create compressed backups.  Which statement is true about the compression algorithms that RMAN can use?()A、 The BZIP2 compression algorithm consumes more CPU resources than the ZLIB compression algorithm.B、 The ZLIB compression algorithm consumes more CPU resources than the BZIP2 compression algorithm.C、 The ZLIB compression algorithm provides maximum compression and produces smaller backups than the BZIP2 compression algorithm.D、 Only the BZIP2 compression algorithm can be used to make compressed backups to disk.

单选题A programmer has an algorithm that requires a java.util.List that provides an efficient implementation of add(0,object), but does NOT need to support quick random access. What supports these requirements?()A java.util.QueueB java.util.ArrayListC java.util.LinearListD java.util.LinkedList

单选题A programmer has an algorithm that requires a java.util.List that provides an efficient implementation of add(0, object), but does NOT need to support quick random access. What supports these requirements?()Ajava.util.QueueBjava.util.ArrayListCjava.util.LinearListDjava.util.LinkedList

单选题A company that makes Computer Assisted Design (CAD) software has, within its application, some utilityclasses that are used to perform 3D rendering tasks. The company’s chief scientist has just improved theperformance of one of the utility classes’ key rendering algorithms, and has assigned a programmer toreplace the old algorithm with the new algorithm. When the programmer begins researching the utilityclasses, she is happy to discover that the algorithm to be replaced exists in only one class. The programmer reviews that class’s API, and replaces the old algorithm with the new algorithm, being carefulthat her changes adhere strictly to the class’s API. Once testing has begun, the programmer discovers thatother classes that use the class she changed are no longer working properly. What design flaw is mostlikely the cause of these new bugs?()AInheritanceBTight couplingCLow cohesionDHigh cohesionELoose coupling

单选题What is the function of the CSMA/CD algorithm in Ethernet technologies?()Adefines how the media is accessedBsupplies a token to determine which host has access to the mediaCdefines the encoding of electrical signals on the wireDdetermines the preamble bits

多选题A company has a business application that provides its users with many different reports: receivables reports, payables reports, revenue projects, and so on.The company has just purchased some new, state-of-the-art,wireless printers, and a programmer has been assigned the task of enhancing all of the reports to use not only the company’s old printers, but the new wireless printers as well.When the programmer starts looking into the application, the programmer discovers that because of the design of the application, it is necessary to make changes to each report to support the new printers.  Which two design concepts most likely explain the situation?()AInheritanceBLow cohesionCTight couplingDHigh cohesionELoose couplingFObject immutablility

多选题A company has a business application that provides its users with many different reports: receivables reports, payables reports, revenue projects, and so on. The company has just purchased somenew, state-of-the-art, wireless printers, and a programmer has been assigned the task of enhancing all ofthe reports to use not only the company’s old printers, but the new wireless printers as well. When the programmer starts looking into the application, the programmer discovers that because of the design of theapplication, it is necessary to make changes to each report to support the new printers. Which two designconcepts most likely explain this situation? ()AInheritanceBLow cohesionCTight couplingDHigh cohesionELoose couplingFObject immutability

单选题You want to use RMAN to create compressed backups.Which statement is true about the compression algorithms that RMAN can use?()AThe BZIP2 compression algorithm consumes more CPU resources than the ZLIB compression algorithm.BThe ZLIB compression algorithm consumes more CPU resources than the BZIP2 compression algorithm.CThe ZLIB compression algorithm provides maximum compression and produces smaller backups than the BZIP2 compression algorithm.DOnly the BZIP2 compression algorithm can be used to make compressed backups to disk.

单选题Which RADIUS configuration command implements a primary/backup scenario for multiple servers?()Aradius algorithm directBradius algorithm backupCradius algorithm primaryDradius algorithm round-robin

单选题Which command displays the number of times that the OSPF Shortest Path First (SPF) algorithm has been executed?()Ashow ip protocolBshow ip ospfCsho w ip ospf databaseDshow ip ospf interface

单选题A company that makes Computer Assisted Design (CAD) software has, within its application, some utility classes that are used to perform 3D rendering tasks. The company's chief scientist has just improved the performance of one of the utility classes' key rendering algorithms, and has assigned a programmer to replace the old algorithm with the new algorithm. When the programmer begins researching the utility classes, she is happy to discover that the algorithm to be replaced exists in only one class. The programmer reviews that class's API, and replaces the old algorithm with the new algorithm, being careful that her changes adhere strictly to the class's API. Once testing has begun, the programmer discovers that other classes that use the class she changed are no longer working properly. What design flaw is most likely the cause of these new bugs?()AInheritanceBTight couplingCLow cohesionDHigh cohesionELoose couplingFObject immutability

单选题The ERX Edge Router in your Bridged 1483 network has multiple external DHCP servers configured.During discovery, which algorithm does the router use to decide which DHCP server to send packets to?()Adirect modeBround robinCweighted round robinDNo algorithm is used.

单选题An activity has an early start date-of the lOth and a late start date of the 19th. The activity also has a duration of 4 days. There are no nonworkdays. From the information given, ()what can be concluded about the activity?ATotal float for the activity is 9 days.BThe early finish date ofthe activity is the end ofthe day on the 14th.CThe late finish date is the 25th.DThe activity can be completed in 2 days ifthe resources devoted to it are doubled.

单选题The trip to the museum has been()until Thursday 11th March.AlengthenedBpostponedCfrownedDcancelled