Harsha Konidena
Harsha Konidena

Reputation: 1

Is dynamic method invocation using LambdaMetafactory thread safe?

I'm using Java reflection to invoke methods dynamically in runtime. But I'm advised not to use it since its not thread safe. So I searched for alternatives for reflection and found this LambdaMetaFactory Implementation. I want to know if it's thread safe or not to proceed further.

Upvotes: 0

Views: 100

Answers (0)

Related Questions