Cash-back offer from May 2nd to 7th, 2024: Get a flat 10% cash-back credited to your account for a minimum transaction of $50.Post Your Questions Today!

Question DetailsNormal
$ 10.00

Java- Object-Oriented and Concurrent Programming

Question posted by
Online Tutor Profile
request

Homework 2

1. (10 pts) What are the diagrams defined in the UML Standard. Give a one or two sentence description of each one. 

2. (10 pts) Given the following code, how should the toString methods in the classes H2ClassA and H2ClassB be written to give the indicated output and take advantage of the natural toString method in H2ClassB?

1  import java.util.ArrayList;

3  public class H2ClassA {
4    ArrayList<H2ClassB> list = new ArrayList<H2ClassB> ();

6    public static void main (String args []) {
7      H2ClassA y = new H2ClassA ();
8      int [] v = {4, 3, 7, 5, 99, 3};
9      for (int m: v) 
10       y.list.add (new H2ClassB (m));
11     System.out.println (y);
12   } // end main
13 
14 } // end class H2ClassA
15 
16 class H2ClassB {
17   int x;
18   H2ClassB (int a) { x = a;}
19 } // end H2ClassB

OUTPUT:

4 3 7 5 99 3

3. (10 pts) How can the following code be corrected? Give at least two good answers.

1 public class H2ClassC {
2   H2ClassC (int a) {}
3 } // end class H2ClassC

5 class H2ClassD extends H2ClassC{
6 } // end class H2ClassD

4. (10 pts) Why does the following code give a compiler error? How should it be fixed?

 

1  public class H2ClassE {
2    int x, y, z;

4    H2ClassE (int a) {
5      x = a;
6      this (5, 12);
7    }

9    H2ClassE (int b, int c) {
10     y = b;
11     z = c;
12   }
13 } // end class H2ClassE

5. (10 pts) What is wrong with the following declaration? How should it be fixed?

public static final intmyNumber = 17.36;

6. (10 pts) What is wrong with the following code? How should it be fixed?

1 public class H2ClassG {
2   final int x;

4   H2ClassG () {}
5   H2ClassG (int a) {x = a;}
6 } // end class H2ClassG

7. (10 pts) What is wrong with the following code? How should it be fixed?

1 public class H2ClassH {
2   final int x;

4   int H2ClassH () {
5     if (x == 7) return 1;
6     return 2;
7   } // end
8 } // end class H2ClassH

8. (10 pts) What is wrong with the following code? x should be given a value of 24. What are two ways this can be legally accomplished?

1 public class H2ClassI {
2   final int x;

4   public static void main (String args []) {
5     H2ClassI h = new H2ClassI ();
6     h.x = 24;
7   } // end main
8 } // end class H2ClassI

9. (10 pts) What is wrong with the following code? Give two effective ways to fix it.

1  import javax.swing.*;
2  import java.awt.event.*;

4  public class H2ClassJ extends JFrame {
5    public static final long serialVersionUID = 22;

7    public H2ClassJ () {
8      addMouseListener (new MouseListener () {
9        public void mouseClicked (MouseEvent e) {}
10     });
11   } // end constructor
12 
13 } // end class H2ClassJ

10. (10 pts) Why does the following code give a compiler warning? How should it be fixed?

1 import javax.swing.*;

3 public class H2ClassK {
4   String [] sa = {"a", "b", "c"};
5   JComboBoxjcbA = new JComboBox (sa);
6 } // end class H2ClassK

 

Available Answer
$ 10.00

[Solved] Java- Object-Oriented and Concurrent Programming

  • This solution is not purchased yet.
  • Submitted On 09 Sep, 2016 12:56:07
Answer posted by
Online Tutor Profile
solution
Homework 2 1. (10 pts) What are the diagrams defined in the UML Standard. Give a one or two sentence description of each one. 2. (10 pts) Given the following code, how should the toString methods in the classes H2ClassA and H2ClassB be written to give the indicated output and take advantage of the natural toString method in H2ClassB? 1 import java.util.ArrayList; 2 3 public class H2ClassA { 4 ArrayList list = new ArrayList (); 5 6 public static void main (String args []) { 7 H2ClassA y = new H2ClassA (); 8 int [] v = {4, 3, 7, 5, 99, 3}; 9 for (int m: v) 10 y.list.add (new H2ClassB (m)); 11 System.out.println (y); 12 } // end main 13 14 } // end class H2ClassA...
Buy now to view the complete solution
Other Similar Questions
User Profile
kimwo...

Java- Object-Oriented and Concurrent Programming

Homework 2 1. (10 pts) What are the diagrams defined in the UML Standard. Give a one or two sentence description of each one. 2. (10 pts) Given the following code, how should the toString methods in the classes H2ClassA and...

The benefits of buying study notes from CourseMerits

homeworkhelptime
Assurance Of Timely Delivery
We value your patience, and to ensure you always receive your homework help within the promised time, our dedicated team of tutors begins their work as soon as the request arrives.
tutoring
Best Price In The Market
All the services that are available on our page cost only a nominal amount of money. In fact, the prices are lower than the industry standards. You can always expect value for money from us.
tutorsupport
Uninterrupted 24/7 Support
Our customer support wing remains online 24x7 to provide you seamless assistance. Also, when you post a query or a request here, you can expect an immediate response from our side.
closebutton

$ 629.35