We have a class with 10 attributes (longs, Strings) the following method should change any attribute to any value of an object specified by the client, it mimics the SQL update statement “Update Users Set username = ‘newValue’ where id = 5″ the user will provide the 4 variables “id =5” to find the objectRead more