+ 3
Anyone know what premain mechanism means?
I come across it in an online tutorial on java.lang.instrument.Instrumentation class but I have never heard of it đ€ If it's possible to show me an example with documentation comments that would be brill, thanks
2 Answers
+ 2
Hello D_Stark
I also never heard of it. But maybe this helps you:
https://www.baeldung.com/java-instrumentation
https://stackoverflow.com/questions/27851588/what-is-premain-and-how-does-it-get-called
0
Have you tried Google?