GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  J2EE
Go To First  |  Previous Question  |  Next Question 
 J2EE  |  Question 63 of 104    Print  
what is the main difference between jdk1.4 and jdk1.5

  
Total Answers and Comments: 5 Last Update: January 07, 2009     Asked by: anithaluckas 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: kaustav
 
The J2SE 1.5 is the advance version relized by the sun ,this they have made more addition addition towards the existing J2SE1.4 in makking Collection frmework Better.With that there are also may added feature like Generic statements,Annotation ETC...

Above answer was rated as good by the following members:
alagusundarama
September 23, 2006 07:51:54   #1  
kaustav        

RE: what is the main difference between jdk1.4 and jdk...
The J2SE 1.5 is the advance version relized by the sun this they have made more addition addition towards the existing J2SE1.4 in makking Collection frmework Better.With that there are also may added feature like Generic statements Annotation ETC...
 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
November 02, 2006 08:21:40   #2  
eyad almasalkhi        

RE: what is the main difference between jdk1.4 and jdk...
there are many additions for jdk1.5 than jdk1.4 such as:

1- import static

2- generic type

3- enum

 
Is this answer useful? Yes | No
November 15, 2006 05:38:28   #3  
Arun Rajput        

RE: what is the main difference between jdk1.4 and jdk...

1

jdk1.5 is sun's tiger project

2

collection framework is better with generic introduction

now we can add only related objects in collection

e.g

ArrayList<String> al new ArrayList<String>

ArrayList<Integer> al new ArrayList<Integer>

3

StringBuilder class for usync StringBuffer


 
Is this answer useful? Yes | No
June 12, 2008 00:49:51   #4  
elayaraja Member Since: May 2006   Contribution: 1    

RE: what is the main difference between jdk1.4 and jdk1.5
The base of JDK1.4 is reused with the JDK1.5 and the addtions are generics autoboxing and annotations etc.. till now the 1.4 is in use because 1.4 is extensively tested by vendors and it is the stable version of JDK by SUN.
 
Is this answer useful? Yes | No
January 07, 2009 06:32:57   #5  
ramanujsaraswati Member Since: January 2009   Contribution: 1    

RE: what is the main difference between jdk1.4 and jdk1.5
Jdk 1.5 has various feature which was not in jdk 1.4. These new features are below-

1)Annotation
2)AutoBoxing
3)Enum support
4)ForEach
5)Generic implemention of Class Method WildCards Bounded Type.
6)Variable Argument support.

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape