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

Related questions

0 votes
asked Feb 16, 2020 in Redis by rahuljain1
+1 vote
asked May 27, 2019 in Data Handling by tempuser
...