Computer Science, asked by sayantanpan184, 17 hours ago

Given:
1. public interface Foo{
2. int k = 4;
3. }
Which is equivalent to line 2?

Select one:
a. private int k = 4;
b. static int k = 4;
c. transient int k = 4;
d. abstract int k = 4;​

Answers

Answered by VwirobiBrahma
2

Answer:

. static int k = 4;

Explanation:

i hope it's helpful

Similar questions