✪ Choose the correct option.
Which of the following is/are legal method declarations?
protected abstract void m1();
static final void m1(){ }
synchronized public final void m1() { }
private native void m1();
Which of the following is/are legal method declarations?
Which of the following is/are legal method declarations?
protected abstract void m1();
static final void m1(){ }
synchronized public final void m1() { }
private native void m1();