background preloader

JDK

Facebook Twitter

Java Reflection: Getters and Setters. Using Java Reflection you can inspect the methods of classes and invoke them at runtime.

Java Reflection: Getters and Setters

This can be used to detect what getters and setters a given class has. You cannot ask for getters and setters explicitly, so you will have to scan through all the methods of a class and check if each method is a getter or setter. First let's establish the rules that characterizes getters and setters: Jdk6: Java SE 6. Creating Shazam in Java - Redcode. A couple of days ago I encountered this article: How Shazam Works This got me interested in how a program like Shazam works… And more importantly, how hard is it to program something similar in Java?

Creating Shazam in Java - Redcode

About Shazam Shazam is an application which you can use to analyse/match music. When you install it on your phone, and hold the microphone to some music for about 20 to 30 seconds, it will tell you which song it is. When I first used it it gave me a magical feeling.

Json

Ascii Table - ASCII character codes and html, octal, hex and decimal chart conversion. Perf. Security. Jmx.