Source Code
197 subscribers
30 photos
3 files
80 links
Download Telegram
January 13, 2022
January 26, 2022
January 26, 2022
January 27, 2022
January 27, 2022
You have an interface(Clickable) with the default click() method, and the class that implements it(Mouse). How to call the default interface method from the implemented click method?
Anonymous Quiz
22%
Clickable.super.click()
24%
Clickable.click()
37%
super.click()
17%
Mouse.super().click()
February 7, 2022
February 8, 2022
Result of the main method will be
Anonymous Poll
45%
false
24%
true
24%
compilation error
7%
runtime error
February 8, 2022
February 8, 2022
February 15, 2022
March 12, 2022
March 23, 2022
March 23, 2022
April 7, 2022
July 6, 2022
August 6, 2022
August 9, 2022