Multiple choice When we implement interface method it should be declared as public. true false Reveal answer Fill a bubble to check yourself A Correct answer Explanation In Java, all methods defined in an interface are implicitly public. When a class implements an interface, the implementation must also be declared as public.