the keyword synchronized can be used in which of the following types of blocks: pick one or more options instance methods static methods static classes code blocks inside static methods
which of the below is true about interfaces? pick one option interface can contain constructors a class can implement just one interface an interface can declare public and protected method only an interface cannot have instance variables