A.final void methoda() {} B.void final methoda() {} C.static void methoda() {} D.static final void methoda() {} E.final abstract void methoda() {}