Pages Tagged “Java”
Tech Tips
- Java/Groovy Overloading and Null Parameters When you overload a Java method to accept different types of parameters, it can’t always determine which to call when one of the inputs is null. Here’s a hacky workaround.
- Java: Annotate Your Overrides Always use the Override annotation when you’re overriding a method, so the compiler will TELL you that you made a typo.
Blog Posts
- Cross-browser Java Spyware
Talk about convoluted. Someone has developed a Java applet that will use one browser to install spyware on another. The applet runs in any browser using the Sun Java Runtime Environment—Firefox, Opera, Mozilla, etc.—and if it can convince you to run the installer, it will install spyware on Internet Explorer. And since you can’t remove […]