<p>JAVA</p><p>The source code below defines a Device class. Examine the codeand answer the following questions;</p><p style="margin-left:72pt;"><strong>public class Device{</strong></p><p style="margin-left:72pt;"><strong>private StringMAC;</strong></p><p style="margin-left:72pt;"><strong>private Stringmake;</strong></p><p style="margin-left:72pt;"><strong>private Stringmodel;</strong></p><p style="margin-left:72pt;"><strong>public Device(String MAC,String make, String model){</strong></p><p