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 are the new features available in java 1.5 version?

Answers were Sorted based on User's Feedback



what are the new features available in java 1.5 version?..

Answer / pawan

Java 1.5 has the following features
Boxing and UnBoxing
Generics
Enums
Variable argument parameters
StringBuilder
static imports
in method overriding, overriding method can have the sub
type of overriden method

Is This Answer Correct ?    40 Yes 3 No

what are the new features available in java 1.5 version?..

Answer / srinath

Enhanced for

for (a: b)
{

}

here b is an array and for every value of array will be
assigned to a and the for loop is executed.

Is This Answer Correct ?    18 Yes 0 No

what are the new features available in java 1.5 version?..

Answer / t.jaya govind sudhakar

as above they told we have assert and enhanced forloop.
assert is placed in place of if. just a slight diff....if we
are handling with more objects then most of the cases we are
using enhanced forloop .

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Core Java Interview Questions

printstream class method println() is calling using System class and its static object out .how it is explain any one in detail with example ?

1 Answers   TCS,


Differentiate constructor and a method and how are it be used?

7 Answers   Wipro,


What are desktop procedures?

0 Answers  


Is there any need to import java.lang package?

13 Answers   Sun Microsystems,


What is the original name of java?

0 Answers  


Is 0 true or false?

0 Answers  


How many times garbage collector will invoke an object?s finalize() method?

4 Answers  


is it possible to instantiate the math class?

0 Answers  


How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?

0 Answers  


What is the difference between exception and error in java?

0 Answers  


why String class is immutable.

5 Answers   iGate,


When we serialize an object does the serialization mechanism saves its references too?

0 Answers  


Categories