softballsadie5269 softballsadie5269 27-02-2024 Computers and Technology contestada Assume the following code:public class Group { public void add(T item);}Does the following declaration with the generic argument cause a compile error?Group p;a. Trueb. False