Multiple choice Methods, which are declared in interface are by default___________ public and non-static default and abstract private and static public and abstract Reveal answer Fill a bubble to check yourself D Correct answer Explanation This option is true because methods, which are declared in inteface are by default public and abstract.