Write a java code that 1) uploads a file 2) sets a loop to find 10 random generated words from the file and then search those words by a. IndexSequential Method b. indexBinary Method. then, report how much time both methods took.
Need to make a Java animated (actually moving, not just blinking) drawing using a JFrame. This program needs to contain 4 shapes (2 rectangles and 2 ovals) and manipulate at least 3 of them. There need to be 3 manipulation methods, translating a shape, shrinking a shape, and growing a shape.