I\'m writing the constructor of a LoginRequest class which extends a class called JsobObjectRequest (from the Volley framework in Android, but that\'s completely irrelevant
This statement is true.super() must always be the first statement executed inside a subclass constructor. . for details see Java the complete reference by Herbert Schildt...