i just downloaded j2se 1.5/5.0 "tiger" beta and started playing with it. first, i could not get the cheetah and the tiger to play together.
after a usual, helloworld program, i wanted to explore the new printf feature of the java.io.printstream. given that this is advertised as the close cousin of c languages printf function, i thought i would put it to test and see how it is and is not similar to its c counterpart. this revealed some interesting observations that refreshed my java fundamentals. 【程序编程相关:ClassLoader介绍】
for those who joined the game late (like me), cheetah is the early preview of eclipses future support for j2se 1.5. it is is not part of the eclipse 3.0 release. if anyone got these two cubs in a cage and under control, please leave a comment or at least a link to how to make these two get along. thanks in advance. 【推荐阅读:一个用JAVA开发的会话密钥程序,可能对】
lets start with a simple c code snippet. for those who attended some junior level c programmer interview, this is a familiar question. what is the output when the following code is executed?
... 下一页