not only in java, I've seen similar convention in cocos2d+box2d samples where some of the variables start with m_, but others don't, very confusing.
b2World* world;
GLESDebugDraw *m_debugDraw;
I guess to differentiate C++ box2d variables from Obj-C variables.