Hey Guys just a short query is their a specific code to remove my bullet because this is what I did:
if(isTouching(Zombies.class))
{
World world = getWorld();
world.removeObject(this);
}