Why does a java program closes on termination but not a web browser
If I write a public static void main java program, unless I put a while
(true) loop, the program will run and then exit, closing my applet window.
My question is when a web browser runs through rendering html content,
after it has finished rendering, why doesn't it close itself? Where is the
while (true) implicit in a web browser?
No comments:
Post a Comment