Wrappershallow and wrapperdeep

Assignment Help JAVA Programming
Reference no: EM13158972

Make 2 classes WrapperShallow and WrapperDeep. Each class is simply a wrapper class to hold a private array variable. int [] a; The default constructor for each class should initialize â??aâ??. Each class should have a toString() and equals(). Each class should have a setArray method that allows you to set the â??aâ?? variable. WrapperShallow should have an invalid copy constructor. public WrapperShallow(WrapperShallow ws){ a = ws.a; } WrapperDeep should have a properly functioning copy constructor. public WrapperDeep(WrapperDeep ws){ a = new int[3]; for(int i = 0; i < 3; i++) a[i]=ws.a[i]; } Think about why shallow is wrong and deep is correct! What happens to the old â??aâ?? in the WrapperDeep copy constructor? (think garbage collection) Example Output: --------------------Configuration: -------------------- **** TESTING SHALLOW OBJECTS **** inital shallow object contains 7 17 77 copy shallow object contains 7 17 77 inital shallow object changed to 13 14 15 copy shallow object not changed contains 13 14 15 WOOPS! ws.equals(ws2) is true **** TESTING DEEP OBJECTS **** inital deep object contains 2 3 4 copy deep object contains 2 3 4 inital deep object changed to 7 6 -5 copy deep object not changed contains 2 3 4 RIGHT! wd.equals(wd2) is false Process completed.

Reference no: EM13158972

Questions Cloud

Different types of physical evidence : Name a few different types of physical evidence that can be used by an investigator to help link the suspect to a victim or crime scene
Compute the predetermined overhead rate : Calculate the predetermined overhead rate for 2010, assuming Garcia Manufacturing estimates total manufacturing overhead costs of $1,050,000, direct labor costs of $700,000 and direct labor hours of 20,000 for the year.
Discribe the economic profit : Discribe the difference in economic profit between a competitive firm and a monopolist in both athe short and long run. Which should take longer to reach the long-run equilibrium?
Which population of vesicles has a surface similar to cell : Your friend has isolated plasma membranes and reassembled the membranes into small vesicles. Using fluorescently labeled lectin, he sees that some of his vesicles are labeled while others are not.
Wrappershallow and wrapperdeep : Each class is simply a wrapper class to hold a private array variable. int [] a; The default constructor for each class should initialize â??aâ??. Each class should have a toString() and equals(). Each class should have a setArray method that allows ..
Describe stock solution of nacl : Describe how you would prepare 500mL of a single solution containing 250mM Tris, 50mM glucose, and 5mM NaCl.
What attributes of these variables make them discrete : Provide some examples of discrete and continuous variables. What attributes of these variables make them discrete and continuous? Why?
Study and understanding of public policy : Identify two or three academic disciplines, other than political science, that contributes to the study and understanding of public policy. Explain their contribution.
Critically examine the impact of wto on us industry : Critically examine the impact of WTO on US industry since its inception?

Reviews

Write a Review

JAVA Programming Questions & Answers

  Describe the steps to program development

What is the function of parseFloat and parseInt and what will be result if we send "abcd" through a prompt() input and pass it through parseInt()?

  Web engineering principles

web application development, Web Engineering methodology, UML-based Web Engineering (UWE), models to the expansion of web applications, Object Oriented Web Solutions (OOWS),Web Modeling Language (WebML) methodology, Object-Oriented Hypermedia Design..

  Write java program to display results in java applet

Write down the java program which displays following results in java applet. Permits the user to enter three numbers (use JOptionPane for this) and prints out average of those value on screen.

  Write the bubble sort

The village of Marengo conducted a census and collected records that have household data, including the number of occupants in each household.

  Java application which creates bank records

Write down a java application which creates 10000 bank records and the allow user ti enter a balance and customer account info. using a an account number.

  Technical community blog

Write a blog article for a coding/technical community blog

  Java enumeration lettergrade represent letter grades

Write a java enumeration LetterGrade that represents letter grades A through F, including plus and minus grades. Define a private instance variable holding a boolean value.

  Client server chat system

Threading and GUI design using Java's network library, threading system, and swing user interlace libraries to implement a basic chat client and saver system. Thc system will allow multiple. remote users to send and receive messages across the net..

  Eclipse or netbeans environments

As recommendation, you can try to use Eclipse or NetBeans environments that are used also for other courses as: Introduction in Java programming and Intermediate programming.

  Implement security so that all users can view the informatio

Implement security so that all users can view the information about the projects, but only authenticated users

  Java program to find a value at in index

Construct a main class named Array Program that generates an array of 50-integers, all ranging from one to one hundred.

  Write java application to input three integers from user

Write Java application that inputs three integers from user and displays sum, average, product, smallest, and largest of the numbers.

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