Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In this lab, your objective is to do independent research to learn about Java Generic Types (also knows as Generics). Do some googling, read
In this lab, your objective is to do independent research to learn about Java Generic Types (also knows as Generics). Do some googling, read articles/tutorials, look at code examples, etc. to learn about Generic Types. After that, you must convince me that you have a basic understanding of this topic by: Writing some code on your own that makes and uses a class that has a Generic Type(s). Answering the following questions: 1. What are Generic Types? 2. Why are Generic Types useful? 3. What Java API class(es) have you already used in this class that use Generic Types? Hint: Chapter 7 4. What is one specific situation that using Generic Types would provide an advantage over a standard specific type? Please submit a zipped Eclipse project with the above material in it. You can answer the questions in comments in your main class or in a text/word file placed inside your project. To show an example of what I am looking for from your sample project, I have attached a great example of a previous student's submission for you to learn from. Obviously you may not write anything too similar to this, but it may give you some tangent ideas.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started