ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Core Java  >>  Java J2EE  >>  Java Related
 
 


 

 
 Core Java interview questions  Core Java Interview Questions
 Advanced Java interview questions  Advanced Java Interview Questions
 Swing interview questions  Swing Interview Questions
 EJB interview questions  EJB Interview Questions
 Servlets interview questions  Servlets Interview Questions
 Struts interview questions  Struts Interview Questions
 JDBC interview questions  JDBC Interview Questions
 JMS interview questions  JMS Interview Questions
 SunOne interview questions  SunOne Interview Questions
 J2EE interview questions  J2EE Interview Questions
 Weblogic interview questions  Weblogic Interview Questions
 Websphere interview questions  Websphere Interview Questions
 Java Networking interview questions  Java Networking Interview Questions
 Java J2EE AllOther interview questions  Java J2EE AllOther Interview Questions
Question
what is features of jdk 1.5?
 Question Submitted By :: Gopalraop
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is features of jdk 1.5?
Answer
# 1
(1)Generics:Provides compile-time (static) type safety for 
collections and eliminates the need for most typecasts 
(type conversion). (Specified by JSR 14.)
 
(2)Metadata: Also called annotations, allows language 
constructs such as classes and methods to be tagged with 
additional data, which can then be processed by metadata-
aware utilities. (Specified by JSR 175.) 

(3)Autoboxing/unboxing: Automatic conversions between 
primitive types (such as int) and primitive wrapper classes 
(such as Integer). (Specified by JSR 201.)
 
(4)Enumerations: The enum keyword creates a typesafe, 
ordered list of values (such as Day.MONDAY, Day.TUESDAY, 
etc.). Previously this could only be achieved by non-
typesafe constant integers or manually constructed classes 
(typesafe enum pattern). (Specified by JSR 201.) 

(5)Swing: New skinnable look and feel, called synth. 
Varargs: The last parameter of a method can now be declared 
using a type name followed by three dots (e.g. void drawtext
(String... lines)). In the calling code any number of 
parameters of that type can be used and they are then 
placed in an array to be passed to the method, or 
alternatively the calling code can pass an array of that 
type. 

(5)Enhanced 'for loop': The for loop syntax is extended 
with special syntax for iterating over each member of 
either an array or any Iterable..
 
Is This Answer Correct ?    0 Yes 0 No
Sivasubramanian.k
 
  Re: what is features of jdk 1.5?
Answer
# 2
it provides the working facilities like 
applications,applets and core java based programs
 
Is This Answer Correct ?    0 Yes 0 No
Sakthivel(gceb)(n.p)pollachi
 
 
 

 
 
 
Other Core Java Interview Questions
 
  Question Asked @ Answers
 
What is difference between hash mapping and hash table? NDS3
can you program for reverse string? IBM4
What is the basically use of finally while we know it is always executed but why? TCS2
What is the differnence between String Buffer and String builder despite having knowledge that String builder is faster than String Buffer and last one is threadsafe.please tell another important difference.  2
What is the difference between this() and super()? TCS5
What is the difference between the >> and >>> operators?  1
What are command line arguments?  2
Differentiate Vector and ArrayList? Wipro3
Why do we use public static with the main function in Java? Infosys4
how to call One constructor from another; Innodata-Isogen4
Can you have an inner class inside a method and what variables can you access?  1
What is the superclass of exception?  2
Why do inner class cannot have static declaration except static nested class? Wipro1
which method is used to know the status of the Thread? Honeywell2
Explain method overloading and overriding?  5
How to create an instance of a class without using "new" operator? Plz help me out properly.Thank u. CSC6
whays is mean by inner class? HCL2
explain the classification of exception and hoew to handle the exceptions  2
How many times garbage collector will invoke an object?s finalize() method?  4
what is diff bet iterator and enumeration?  2
 
For more Core Java Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com