Question: java of 7 Automatic Zoom 4. Create a class named LongTask that extends the Thread class containing the following: Private instance variables sharedData (of type

 java of 7 Automatic Zoom 4. Create a class named LongTask

java

of 7 Automatic Zoom 4. Create a class named LongTask that extends the Thread class containing the following: Private instance variables sharedData (of type Shared Results), inputData (of type StringBuffer) and target (of type char) Constructor that takes three arguments and stores them in the instance variables. It should also create a name for this thread as Thread_. In the run() method, use a loop over the characters in inputData and count the number of occurrences of target. After the loop is done, create a ResultsEntry object with this count and the target character, and invoke the addToResults() method of results

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!