ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 12 Weeks Ago, 5 Days Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 09 May 2017 My Price 8.00

Write a generic method that compares its 2 arguments

Exercise 1

  1. Write a generic method that compares its 2 arguments using the equals method and returns true if they are equal and false otherwise. Ensure that the name of your method includes your last name.
  2. Use your generic method in a program that tests it with a variety of built-in types such as Object or Integer.
  3. Take a screenshot of your output and paste it into a new Word document under an “Exercise 1” heading.
  4. Below the screenshot in the Word document, briefly discuss the results that you saw when you ran the program. Did you see what you expected to see? Why or why not?

 

 

 

Exercise 2

  1. Write a generic class Pair which has 2 type parameters, F and S, representing the type of the first and second elements of a pair respectively.
  2. Add get and set methods for the first and second elements of the pair.
  3. Override the toString() method to display the first and second values of the pair in a format of your choosing.
  4. Use the Pair class in a program that creates an ArrayList of 10 Pair objects containing values of your choosing. The program will then print the string representation of each Pair to System.out (i.e., use the toString() method).

Take a screenshot of your output and paste it into the Word document you created for the first exercise, but place the screenshot under a header for “Exercise 2.”

Answers

(11)
Status NEW Posted 09 May 2017 01:05 AM My Price 8.00

-----------

Not Rated(0)