1)Write a 4 to 8 page paper on Object Oriented Concepts. The paper should address the following:

  • What is object oriented programming / concepts?
  • What are some advantages of object oriented design?
  • How would this be applied to system design? programming?
  • Is object oriented design a better way to solve problems?
  • What is Java Interface and how are these used?

2)What is java Collections? Identify and describe three practical (problem solving) where Collections can be used. One practical solution for each collection: list, set and map.

3)Answer the following questions:

  • What is linked list?
  • Write java pseudocode (see definition below) and describe how to (1 paragraph) traverse the linked list.
  • Write java pseudocode (see definition below) and describe how to (1 paragraph) add an element/node to a specified index.
  • Write java pseudocode (see definition below) and describe how to (1 paragraph) remove an element/node to a specified index.

4)Write a java program for the following:

Given a file of words. Write a java program that will read the file from the command prompt and parse the frequency (count) the number of times each word appears in the file.

Note: Day = day = day. (ignore period (.))

Eg:
The day is Wednesday. Wednesday is in the middle of the week.
Next Wednesday is a new week. The day in the middle of week is best.

Output:

the – 4
day – 2
is – 4
wednesday – 3
......
Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.