Analyze your threaded implementation

Assignment Help JAVA Programming
Reference no: EM131359207

Once a software application has been implemented and released, that is by no means the end of development. There are all kinds of causes requiring software to be changed, from users reporting bugs, through changes in third-party software, to updates for improved performance. A critical skill of software developers is the ability to understand and update a program's algorithm. For this Assignment, you will update an existing Java program using the NetBeans IDE.

You will use the NetBeans Integrated Development Environment to make changes to an existing NetBeans Java Project. This existing program correctly sorts the data without using threads and contains a method (threadedSort) that you will update to sort the data using threads. To prepare: Read this week's Resources. Download and Install NetBeans:

Visit the NetBeans download page from this week's Resources. Download the Java SE bundle. (Note: Select the most recent release version, not a Beta version.) Run the downloaded package to install it. Choose the default options for installation. Unzip and open the Unthreaded Program: Download and unzip the file Week2_Project.zip. This will create a folder containing a NetBeans Project with the non-threaded java program. Note the location of this folder. Launch the NetBeans IDE. Click the Open Project... button NetBeans Open Project... icon (Or click the File drop-down menu and select Open Project...). Navigate to the project folder, select it, and click Open Project. The Java Project contains three class files: MergeSort.java, Sort.java, and SortTest.java. Double-click each file in the Project section (at the left of the NetBeans IDE window) to display the file's contents. Each of the Java class files contains comments explaining the purpose of the class and the purpose of the class' methods.

By Day 7, modify the Java program by adding threads, and analyze the performance of both the threaded and non-threaded versions. Modify the Program: Improve the performance of the Java program by adding threads to the Sort.java file. Implement the threadedSort() method within the Sort class. Reuse any of the existing methods by calling them as necessary from your threadedSort method. You may add additional methods to the Sort class, if necessary. Analyze the Program: When running the provided SortTest program, the output presents data to support analyzing the performance of the threaded and non-threaded sort methods.

Analyze your threaded implementation by comparing its performance to the original non-threaded implementation and explain the measured behavior. Document your analysis as a short paper (1-3 pages), using APA format. Be sure to discuss the relative performance improvement you expect for your threaded implementation and how the expected performance compares to the measured performance.

Verified Expert

In this assignment the existing merge sort algorithm is provided together with the files that contain the data to be sorted. The assignment requires to implement the threaded version of the merge sort algorithm. In the threaded version multiple threads are created to sort each file using the Merge sort. The running time of threaded and un-threaded version of merge sort is calculated and its performance i determined. The code is well commented. The documentation is attached with the solution that explains the basics of multi-threading in java and steps to be done.

Reference no: EM131359207

Questions Cloud

Currently bonds with similar credit rating and maturity : Currently bonds with a similar credit rating and maturity as the? firm's outstanding debt are selling to yield 8.34 percent while the borrowing? firm's corporate tax rate is 34 percent. A preferred stock paying a dividend of 7.1 percent on a ?$110 pa..
What would be the value of the bond : What is the value of a ten-year, $1,000 par value bond with a 10 percent annual coupon if its required rate of return is 10 percent?
Analysis of the uncontrollable environment : He would like to have an analysis of the uncontrollable environment, a detailed overview of the ice cream stores industry, competition situation (including competition types and competition levels), and consumer trends in Canberra.
Explore the elements of emotional intelligence : Fully explain emotional intelligence, and give two (2) examples of the concept. Next, examine the concept of "emotional quotient" compared to traditional "intelligence quotient."Suggest two to three (2-3) reasons why leaders' need emotional intelli..
Analyze your threaded implementation : Analyze your threaded implementation by comparing its performance to the original non-threaded implementation and explain the measured behavior. Document your analysis as a short paper (1-3 pages), using APA format.
Evaluate the training you can provide to your staff : On numerous occasions, personnel working late have observed the cleaning staff reading discarded printouts. Evaluate the training you can provide to your staff?
Ebit indifference level associated with two financing plan : Abe Forrester and three of his friends from college have interested a group of venture capitalists in backing their business idea. The proposed operation would consist of a series of retail outlets to distribute and service a full line of vacuum clea..
Discuss the general approach to documenting the contracts : Provide guidelines for how you would evaluate these elements once they are submitted by the supplier. Discuss the general approach to documenting and managing the contracts.
What are the pros and cons of debt versus equity financing : What are the pros and cons of debt versus equity financing?- How does the presence or absence of a security interest typically affect the debtor's cost of capital?

Reviews

inf1359207

1/27/2017 4:35:11 AM

Thank you for your proceeded with help on this task. If it's not too much trouble thank the expert abundantly to take this on so a minute ago. A debt of gratitude is in order for running an awesome written work service.

len1359207

1/19/2017 12:06:38 AM

solution should be in running output screenshots and sourcecode file. Analyze your threaded implementation by comparing its performance to the original non-threaded implementation and explain the measured behavior. Be sure to discuss the relative performance improvement you expect for your threaded implementation and how the expected performance compares to the measured performance.

Write a Review

JAVA Programming Questions & Answers

  Develop the myclone class

You will also create another class of your choice. Your programmer-defined class should have at a minimum two instance variables and one method - You will create a Virtual World application as your final project. This Virtual World will have sever..

  Implement a fastdefaultlist class that represent

Implement a FastDefaultList class that represents an infinite list with indices 0,1,2,3,...,∞ When we start, every value in this list is assigned the default value null.

  1 write a recursive instance method called

1 write a recursive instance method called countconnectedpipesint row int col. the method must not contain any loops

  Write a payroll applicaion in java

The program should allow the user to enter information for any number of employees in this manner.

  Program should assign a seat in the first class

If a person enters 1, your program should assign a seat in the first class (rows 1 - 3). If a person enters 2, your program should assign a seat in business class (rows 4 - 7). If a person enters 3, your program should assign a seat in economy class ..

  Size of the frame to be set a little bit larger than content

I need the size of the frame to be set a little bit larger than its content, which is a label. Also, the location could be set so that it could be appeared not at the upper left corner of the screen. And we can set the foreground and background co..

  Consider the problem of finding the position

Consider the problem of finding the position, p, of the last occurrence of a given number, x, in an array, A. We thus want a function FindLast(A,n,x) with precondition

  Possible effect that multithreading could have

Imagine you are a graphic artist working on an animation for a movie. Describe at least one (1) possible effect that multithreading could have on your work process. Support your response with at least (1) example of the effect of multithreading

  Ask the user to input a grade (integer from 1-100)

Program should still ask the user to input a grade (integer from 1-100) and then output the letter grade.  Scale:  Greater than 90 is an "A"; Greater than 80 to 90 is a "B", Greater than 70 to 80 is a "C", Greater than 60 to 70 is a "D", and 60 or le..

  Attractive design and adequate content

One way to review a presentation and assess whether slides have an attractive design and adequate content is to switch back and forth between Slide Sorter view and Normal view.

  Create a java application that stores employee details

SD2720: Module Using Operators, Arrays, and Constructs Lab. Create a Java application that stores and maintains the employee details, including employee ID, employee name, department, designation, marital status, and date of marriage, in a multidim..

  Accepts a string as its parameter and returns an integer

Write a method in java named secondHalfLetters that accepts a string as its parameter and returns an integer representing how many of letters in the string come from the second half of the alphabet

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd