TCP
Transmission control protocol
Which type be initialized as an object
neither :)
HashMap
Data structure
What hardware determines how many threads can be ran at the same time?
CPU
central processing unit
What is a sort that is good for small sets of data
InsertionSort
BubbleSort*
SelectionSort*
*Probably won't need to remember these
UDP
User Datagram Protocol
an Abstract class may contain non abstract methods? Y/N
yes
Doubly-Linked List
Does a thread holding a lock on an object make the object immutable
No
O(n log(n) )
O(n^2)
GUI
Graphical User Interface
Which class is meant to be extended
Abstract
Stack
ADT
what must a method have in its declaration in order for a thread to receive a lock
synchronized
Definition of a sort that is in place
Sort that is able to sort the data without creating a new array to store the data
API
Application Programming Language
An abstract class needs an abstract method
no
What methods are required for a Stack
pop and push
Which out of these methods release the lock
.wait()
.notifyAll()
.join()
.wait()
preserve the relative order of equal elements
URL
Uniform Resource Locator
What type of method are interfaces allowed to implement
Static methods
type of adt in which insertion and removal of elements can either be performed from the front or the rear
Deque
Which is faster internal synchronization or external synchronization
external
Sort used for when data are all a certain number of digits
Radix sort