Soooo..... what are you using then PJT?
Java.
Roughly it breaks down as:
Major console/PC games: C++
Minor PC games: whatever the developer prefers
XBox minigames: XNA (typically C#)
Real-time web games: Flash or Java
Turn-based web games: any server-side web language; possibly using AJAX (JavaScript) to update the client
Phones (except iPhone): Java or BREW
iPhone: ObjC
But there are always outliers (e.g. Kev's Java games for iPhone). Then there are speciality platforms like Blu-ray extras (Java); it wouldn't surprise me to learn that next-gen Wii and PS had Java support.