I'm new to J2ME, in lots of places I have seen this: Display.getInstance().callSerially
..
e.g.
Display.getInstance().callSerially(new Runnable() {
public void run() {
startThread();
}
});
why we need to use this?what is the advantage?please anyone explain me..