Writing Obfuscated Code Using Java Generics Part 1

Writing Obfuscated Code Using Java Generics Part 1

Note: This article will be emailed to your friend.

Let’s begin with a simple example for this installment.

import java.util.Collection;
public class TestType {
public static Collection myMethod(Collection a) {
return a;
}
public static void main(String … args) {
System.out.println(myMethod("Hello World"));
}
}

Note:
1. The import statement is obviously not required. It has been added for [...]

Read the rest of this article (107 words)

Please fill in the following fields

* - Required

Your Name: *

Your E-Mail: *

Your Remarks:

Friend's Name: *

Friend's E-Mail: *

Protected by Comment Guard Pro