Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is jdk1.5 features?

Answers were Sorted based on User's Feedback



what is jdk1.5 features?..

Answer / dsr

There are number of features in JDK1.5
1.autoboxing
2.generic
3.enum as a key
4.string builder
etc..

Is This Answer Correct ?    32 Yes 2 No

what is jdk1.5 features?..

Answer / veera reddy yannam

Annotation
Generics
Autoboxing
Enum safe
var arguments
static imports

Is This Answer Correct ?    19 Yes 1 No

what is jdk1.5 features?..

Answer / nagendra

1. autoboxing and unboxing.
2. enums.
3. StringBuilder.
4. var-args.
5. Generics.
6. Annotations.
7. Covarent return types.
8. nested for-each loop.

Is This Answer Correct ?    6 Yes 0 No

what is jdk1.5 features?..

Answer / janardhan

features like:
1).Generics
2).autoboxing/unboxing
3).for-each loop
4).static imports
5).StringBuilder

Is This Answer Correct ?    5 Yes 0 No

what is jdk1.5 features?..

Answer / midhula

above answers + specific collection and generic collection.

Is This Answer Correct ?    9 Yes 5 No

what is jdk1.5 features?..

Answer / sudheer

above 1and 2and covarent return types for voerriding

Is This Answer Correct ?    5 Yes 4 No

Post New Answer

More Core Java Interview Questions

What is sortedset in java?

0 Answers  


Thanks A.jyotsna, Can u tell me differnce between abstract class and interface vikash

4 Answers  


Explain a few methods of overloading best practices in java?

0 Answers  


What does @override mean?

0 Answers  


What are the escape sequences in java?

0 Answers  


if we give input as " hi how are you" then the output should be "uoy woh"...it should skip odd words in the input and should reverse even words from the end of string...can anyone help me to write this program in java

1 Answers  


Explain the relationship between the Canvas and Graphics class?

1 Answers  


Does set allows null in java?

0 Answers  


Where will it be used?

0 Answers  


Can a constructor call the constructor of parent class?

0 Answers  


When try and catch block is used ?

6 Answers  


Explain the importance of finalize() method.

0 Answers  


Categories