What are the diagrams defined in the uml standard

Assignment Help JAVA Programming
Reference no: EM131201285

Instructions

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

II. 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 importjava.util.ArrayList;
2
3 publicclass H2ClassA {
4 ArrayList<H2ClassB> list = newArrayList<H2ClassB> ();
5
6 publicstaticvoid 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

III. How can the following code be corrected? Give at least two good answers.

1 publicclass H2ClassC {
2 H2ClassC (int a) {}
3 }// end class H2ClassC
4
5 class H2ClassD extends H2ClassC{
6 } // end class H2ClassD

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

1 publicclass 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

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

public static final intmyNumber = 17.36;

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

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

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

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

VII. 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 publicclass H2ClassI {
2 finalint x;
3
4 publicstaticvoid main (String args []) {
5 H2ClassI h = new H2ClassI ();
6 h.x = 24;
7 }// end main
8 } // end class H2ClassI

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

1 importjavax.swing.*;
2 importjava.awt.event.*;
3
4 publicclass H2ClassJ extendsJFrame {
5 publicstaticfinallongserialVersionUID = 22;
6
7 public H2ClassJ () {
8 addMouseListener (newMouseListener () {
9 publicvoidmouseClicked (MouseEvent e) {}
10 });
11 } // end constructor
12
13 } // end class H2ClassJ

X. Why does the following code give a compiler warning? (Use javac -Xlint) How should it be fixed?
1 importjavax.swing.*;
2
3 publicclass H2ClassK {
4 String [] sa = {"a", "b", "c"};
5 JComboBoxjcbA = newJComboBox (sa);
6 } // end class H2ClassK

 

 

Reference no: EM131201285

Questions Cloud

How many juice boxes does lucy have : Oliver has one juice box. - Lucy has one fewer juice box than Oliver. - how many juice boxes does lucy have?
Calculate the monthly payment : You just took a $125,000, seven-year loan. Payments at the end of each month are flat (equal in every month) at an annual interest rate of 4.75 percent. Calculate the monthly payment
What is line current and is it leading or lagging voltage : what is the line current, and is it leading or lagging the voltage?
What type of targeting strategy is the promark company using : When Ikea showcases rooms of furniture on its website, it lists each item in the room. However, if customers like all of the items, they can purchase them as a bundle. Which of the following aspects of the marketing mix is Ikea likely altering?
What are the diagrams defined in the uml standard : Why does the following code give a compiler error? How should it be fixed? What are the diagrams defined in the UML Standard. Give a one or two sentence description of each one.
Identify two situational pressures in a public company : Identify two situational pressures in a public company that would increase the likelihood of fraud.-  Identify three opportunity situations that would increase the likelihood of fraud.
Calculate the percent efficiency under rated conditions : If friction and windage loss is 25 W and core loss is 30 W, calculate the percent efficiency under rated conditions.
Determine the power angle for this load : Determine the power angle for this load and the value of Eb for this condition. Sketch the phasor diagram, showing Eb, IS, and VS.
What entries would be made by tanzanite : What entries would be made by Tanzanite for the first two interest payments, assuming premium or discount amortization on interest dates.

Reviews

Write a Review

JAVA Programming Questions & Answers

  Give two different ijvm translations for the given java code

Give two different IJVM translations for the following Java statement: i = k + n + 5; Give the Java statement that produced the following IJVM code:

  Complete java program that provides a method

Write a complete Java program that provides a method named splitStack, which takes aStack of integers as a parameter and splits it into negatives and non-negatives.

  Explain the conversion from class to basic type

Conversion from Class to Basic Type

  Develop the nonfunctional requirements design for the system

Some contractors and companies prefer to remain anonymous until they meet face-to face. Develop the nonfunctional requirements and architecture design for the system.

  What the book refers to as conditional statements and loops

Create two files, one named third.html and the other named third.js What the book refers to as "Conditional Statements and Loops" is normally called flow control by programmers.

  How to access to elements of document object model

To limit creation of malicious code, do you believe that access to elements of document object model and some Javascript functionality be limited?

  Solution for the problem and mention algorithms

Explain the purpose of the program as detail as possible and develop a solution for the problem and mention algorithms to be used and list data structures to be used in solution.

  Write down the business needs for a computer program and

write the business requirements for a computer program and identify which entities are to be modeled using object

  Find the average of every cell in a two dimensional array

Find the average of every cell in a two dimensional array based on the value of row one and column one.

  Draw a picture with an appearance

You must use the given Rectangle and Oval classes to draw a picture with an appearance as close as possible.

  Chat facility using java

Develop an intranet based email server with user registration, user login, inbox, compose mail and chat facility using java, JSP, MS Access/MySQL, JDBC etc.

  Design and implement the class day

Design and implement the class Day that implements the day of the week in a program. The class Day should store the day, such as Sun for Sunday

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