What are the diagrams defined in the uml standard

Assignment Help JAVA Programming
Reference no: EM13939126

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

2. 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 <H2ClassB> list = new ArrayList
<H2ClassB> ();

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

15
16 class H2ClassB {
17 int x;
18 H2ClassB (int a) { x = a;}
19 } // end H2ClassB

3. 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 4
5 class H2ClassD extends H2ClassC{
6 } // end class H2ClassD

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

1 public class H2ClassE {
2 int x, y, z; 3
4 H2ClassE (int a) { 5 x = a;
6 this (5, 12);
7 }
8
9 H2ClassE (int b, int c) {
10 y = b;
11 z = c; 12 }
13 } // end class H2ClassE

5. What is wrong with the following declaration? How should it be fixed?

public static final int myNumber = 17.36;

6. What is wrong with the following code? How should it be fixed?

1 public class H2ClassG {
2 final int x; 3
4 H2ClassG () {}
5 H2ClassG (int a) {x = a;}
6 } // end class H2ClassG

7. What is wrong with the following code? How should it be fixed?

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

8. 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;

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

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

1 import javax.swing.*;
2 import java.awt.event.*;
3
4 public class H2ClassJ extends JFrame {
5 public static final long serialVersionUID = 22; 6
7 public H2ClassJ () {
8 addMouseListener (new MouseListener () {
9 public void mouseClicked (MouseEvent e) {} 10 });
11 } // end constructor 12
13 } // end class H2ClassJ

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

1 import javax.swing.*;

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

Reference no: EM13939126

Questions Cloud

Discuss lenovo global expansion : ased on Chuan Zhi Liu's presentation, critically discuss Lenovo's global expansion and how this fits with the Emerging MNEs' typical internationalisation process in terms of features, patterns and challenges.
Diagrams and the equations that you used : 1. Needs  to write down all the assumptions that were made in the analysis. 2. Needs to assume that the arch is symmetrical and assume each member is linear instead of Curved to make the calculation very easy. 3. Free body diagrams and the equation..
Can you have an array of arrays : What are the purposes of the following three functions? How would you use them in your programs? Hint: In relation to buffers.
What is public administration : The three main branches of political science are political theory, public law, which covers constitutional, administrative and international law, and public administration.
What are the diagrams defined in the uml standard : What are the diagrams defined in the UML Standard. Give a one or two sentence description of each one. Given the following code, how should the toString methods in the classes H2ClassA and H2ClassB be written to give the indicated output and take a..
Calculate labor rate variances and labor efficiency variance : Calculate the labor rate variances and labor efficiency variances for cutting labor and for installation labor for the past six months.
What was the market reaction to the self reported : What was the market's reaction to the self-reported earnings announcement?
Two point charges are located on the x-axis : Two point charges are located on the x-axis. One has a charge of 1.15 μC and is located at x = 0.0 m, and the other has a charge of -4.07 μC and is located at x = 11.7 m. At what location on the x-axis (other than at infinity) would the electric forc..
Calculate the labor efficiency variance for servicing : Given the per-unit labor standard set, would you expect a favorable or an unfavorable labor efficiency? Explain. Calculate the labor efficiency variance for servicing the first 320 units.

Reviews

Write a Review

JAVA Programming Questions & Answers

  Write an employee payroll program

Write an employee payroll program that uses polymorphism to calculate and print the weekly payroll for your company. There are three types of employees - hourly, salaried, and salaried plus commission. Each type of employee gets paid using a diffe..

  Prepare a java program to simulate a simple multiuser

prepare a java program to simulate a simple multiuser computer system as follows each user has a unique id and wishes

  Create a class in java to enable its object to be persiste

How do you create a class in Java to enable its object to be persistent? What are Java data streams and how are they used to facilitate storage and retrieval of persistent objects?

  Point class that represents points on an x, y axis

Write a Point class that represents points on an x, y axis. The data members should be doubles x and y plus an int value called count that represents the number of points currently instantiated

  Write a program that displays the squares

Using a for loop, write a program that displays the squares of all integers greater than 0 and less than or equal to a given number n. Use the c ++ programming language to write the code.

  Rewrite the following method using a while loop

Rewrite the following method using a while loop using an Iterator instead of the For each loop, files is an ArrayList storing String objects, also include ANY addition that you would need to have anywhere in the class.

  Organizational report

You have been hired as the CIO of a large multinational Internet advertising company. The president of the company is entertaining a major new software development project to keep track of advertising revenues.

  Write a program deal that takes an integer and prints

Write a program Deal that takes an integer, save it in "kHands" from the keyboard and prints kHands poker hands (five cards each hand) from a shuffled deck, separated by blank lines Screenshot of the program and hands.

  Java program use breadth-first search closest broadcast

Write the java program which will use breadth-first search (which you implement as part of your program) to determine the closest broadcast vertex for each vertex in graph.

  Demonstrate your knowledge in a pragmatic way

Summarize everything that we have addressed in the XML Applications course, and provide a mechanism to demonstrate your knowledge in a pragmatic way.

  Hasanodddigit that returns whether any digit

d named hasAnOddDigit that returns whether any digit of a positive integer is odd. Your method should return true if the number has at least one odd digit and false if none of its digits are odd. 0, 2, 4, 6, and 8 are even digits, and 1, 3, 5, 7, 9 a..

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