Question: 1) Write a generic class (using Java generics) called Pair that stores two values of the generic type. It should have a constructor to set

1) Write a generic class (using Java generics) called Pair that stores two values of the generic type. It should have a constructor to set them, two methods getfirst() and getsecond() to retrieve them, and a method called swap() that exchanges them. Include a "main" method that creates a Pair of strings and swaps them, printing the before and after values. You should provide a source file(s) as your solution to this problem.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!