Question Description
So I need some help with this question?
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 (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.
- Submit the Application:
Submit your implementation of the threaded sort to the Assignment Part 1 – Week 2 submission link, as well as your paper documenting your comparative analysis of the two sort implementations to the Assignment Turnitin Part 2 – Week 2 submission link.
Note: While both Part 1 and Part 2 submissions are required, you will only see your grade for this Assignment in the My Grades for the Week 2 Assignment Part 1.
Our website has a team of professional writers who can help you write any of your homework. They will write your papers from scratch. We also have a team of editors just to make sure all papers are of HIGH QUALITY & PLAGIARISM FREE. To make an Order you only need to click Ask A Question and we will direct you to our Order Page at WriteDemy. Then fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.
Fill in all the assignment paper details that are required in the order form with the standard information being the page count, deadline, academic level and type of paper. It is advisable to have this information at hand so that you can quickly fill in the necessary information needed in the form for the essay writer to be immediately assigned to your writing project. Make payment for the custom essay order to enable us to assign a suitable writer to your order. Payments are made through Paypal on a secured billing page. Finally, sit back and relax.
About Writedemy
We are a professional paper writing website. If you have searched a question and bumped into our website just know you are in the right place to get help in your coursework. We offer HIGH QUALITY & PLAGIARISM FREE Papers.
How It Works
To make an Order you only need to click on “Place Order” and we will direct you to our Order Page. Fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.
Are there Discounts?
All new clients are eligible for 20% off in their first Order. Our payment method is safe and secure.
(Or click the File drop-down menu and select Open Project…). Navigate to the project folder, select it, and click Open Project.