Tuesday, November 29, 2011

How can you load DLL files when your java class is loading first time ?

you can declare a static method(member method) inside which you can use System.loadLibrary(String LibraryName).The code below might help you(though i have not used it).
Category:Java Interview Questions

No comments:

Post a Comment