Write a generic class called pair that stores two values of


Problem: Write a generic class 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 need to use using Java generics classes to prepare this program.

 

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Write a generic class called pair that stores two values of
Reference No:- TGS0945598

Expected delivery within 24 Hours