Wednesday, June 23, 2010

Difference between JDK 1.4 and JDK 1.5....?

Sun system added new feature in JDK 1.5 :
1.It's allowed to read Image like BMP and WBMP Image format this feature is not in JDK 1.4.
2.JTable able to support printing functionality that is not available in JDK 1.4.
2. JDK 1.5 support to import static like that import static java.lang.System.out; and we cant write only out.println("India"). This feature is not in JDK 1.4.
3.Generic feature in JDK 1.5 not in JDK 1.4.

For more clarification let me know...