Hi all,
I am a java developer, Java is a cross-platform, interpreted language. Java source code compiler intermediate "byte code" is stored in the class file. Class file is a byte-code form of intermediate code, the byte-code includes a lot of source code information, such as variable names, method names and so on. For me , how to protect the Java program has become a very important challenge ? Please suggest.
Bookmarks