0 votes
in JAVA by
edited by
Which of the following methods preserve parameter names in Java bytecode (through reflection API)?

a) All public methods

b) All methods

c) specify -parameters during compilation

d) specify -params during compilation

1 Answer

0 votes
by

a) All public methods

...