Java development general notes

From MoDe

Why use Java

  • code portability
  • easy to learn
  • TODO

Why not use Java

  • sandbox. friggin sandbox.
  • limited to supplied APIs. If the APIs can't do it (e.g. low level bluetooth control) then you're out of luck.
  • TODO

Details

  • Java MIDP 1.0, 2.0
  • Bluetooth - JSR 82
  • TODO