|
You are here |
sigpwned.com | ||
| | | | |
www.stackchief.com
|
|
| | | | | Java serialization in depth including what is serialization, why we need serialization in Java, how it works, the serializable interface, problems with serialization and examples. | |
| | | | |
ryanharter.com
|
|
| | | | | In my last article, I gave a basic introduction to AutoValue, the code generating annotation processor that makes immutable value types in Java easy. Now I'd like to take a bit of a deeper look at AutoValue and how it works. Compile Time Annotation Processing First things first, AutoValue is a compile time annotation processor. This means that it only runs when you compile your code, as opposed to when your app is running. | |
| | | | |
blog.bdoughan.com
|
|
| | | | | When an instance of a class is used with a Web Service, the JAX-WS implementation can choose to handle fields/properties that hold binary da... | |
| | | | |
anti-forensics.com
|
|
| | | Simple C# application demonstrating how to kill running processes. In this case, the Digital Forensics software. C# Kill Process | ||