kalavathi
jdk 1.5 features
2 Answer(s)      4 years and 6 months ago
Posted in : Java Interview Questions

View Answers

November 25, 2008 at 12:53 AM


Hi friend,

(1)Generics:Provides compile-time (static) type safety for collections and eliminates
the need for most typecasts (type conversion).

(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.

(3)Autoboxing/unboxing: Automatic conversions between
primitive types (such as int) and primitive wrapper classes
(such as Integer).

(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).

(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)).

(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..

For more information on JDK 1.5 visit to :

http://www.roseindia.net/tutorialsearch/?t=Jdk%201.5

Thanks

April 7, 2013 at 5:41 PM


Good collection. Try to add other features as well.









Related Pages:
JDK 1.5 Features Diff - Java Interview Questions
JDK 1.5 Features Diff   Hi Frieds , Can u explain me d difference bn Generics and Autoboxing in jdk 1.5.  Hi Generics?Provides compile-time type safety for collections
jdk 1.5 features - Java Interview Questions
jdk 1.5 features  jdk 1.5 features with examples and source code... or any Iterable.. For more information on JDK 1.5 visit to : http://www.roseindia.net/tutorialsearch/?t=Jdk%201.5 Thanks
description about jdk 1.5 features - Hibernate Interview Questions
description about jdk 1.5 features  Hi. Please can anyone provide the details description regarding the new features available in jdk 1.5....  Hi friend, JDK : JDK is a software development program provided
what is the difference between jdk 1.4 and 1.5 and 1.6
what is the difference between jdk 1.4 and 1.5 and 1.6  what is the difference between jdk 1.4 and 1.5 and 1.6   Java 1.4 Features..., JSSE, JAAS) - Java web start Java 5.0 Features - Generics: provides compile
JDK 1.5 - Java Beginners
JDK 1.5  HI..... this is anand frm bangalore.... i was going through JDK 1.5 static imports and i am stuck upon one thing... Q. using imports can we import non static class members from another class... suppose in class
differce between jdk 1.5 and 1.6 with example
differce between jdk 1.5 and 1.6 with example  Hi Friends , Can u plz tell me differences between jdk1.5 and jdk 1.6 with examples
wt are the futures in jdk 1.5 with clear ex
wt are the futures in jdk 1.5 with clear ex  plese send me the correce ex
jdk 1.6 vs jdk 1.7
jdk 1.6 vs jdk 1.7  What is the difference between jdk 1.6 and 1.7 ?? Package structure and all??   Difference between jdk 1.6 and jdk 1.7.... Java DB is based on the open-source Apache Derby and is supported by Sun. 4)Jdk 6
Learn Features of Spring 3.0
Framework based applications. The Spring 3.0 framework is based on JDK 1.5... Spring 3.0 Features - Spring 3 new features       The Spring 3 new features
Release or Stripes 1.5
Release or Stripes 1.5 (18 Aug 2008) Stripes is an open source and action-based Java framework of presentation layer developed to create web... of this product is the Stripes version 1.5. Some of the improvement features and bug fixes
Java - JDK Tutorials
with Java  Autoboxing Yourself in JDK 1.5  Catching Uncaught Exceptions in JDK 1.5  Resetting ObjectOutputStream ...Java - JDK Tutorials   Deadlocks in Java In this tutorial you
jdk
jdk  which is the latest version of jdk and how can i get it to develope applications?   JDK 7 is the latest version. You can download jdk 7 from the given link: Download JDK 7
Java Tutorials - JDK Tutorials, JAVA Examples, JDK Examples
Features of Java Appendix 2: Some Notes on Java Programming Environments
New Features in Hibernate 4
New Features in Hibernate 4  What are the new features in hibernate 4... of enterprise web applications.   Here are the list of new features... The ServiceRegistry API is also introduced in the new version of Hibernate Core 4. JDK
Spring 3.0 features
Spring 3.0 features Spring 3.0's stable version 3.0.2 was released on April 2, 2010 with many new features and enhancements. This release of Spring framework introduced more features in the annotation-based configuration, unified
JPA Features
JPA Features       In this section we will discuss about the features of JPA (Java.... Here are the features of JPA: The Java Persistence API is now here
Features
Features  Give me java1.6 features with examples?   Please visit the following links: Java 1.6 features Some Examples of Java 1.6
EasyCollage 1.5 is now available
and scissors at your dining room table. Here are some of the features that will let you
Jdk 1.7
Jdk 1.7  How many class and packages are avilable in latest jdk 1.7 version
Java 5 Features
in JDK 5 Here are the list of new Features added to the JDK 5.  Metadata... Java 5 Features       This section introduces you with the new features on Java 5. Here you
jse and jdk
jse and jdk  SIR PLEASE TELL ME WHAT IS THE DIFFERENCE BETWEEN JDK AND JSE
New Features of JAVA SE 6.
New Features of JAVA SE 6.       Following are the new features in SE 6...; Changes in jar and zip Jar and zip support has been enhanced in JDK 6
Java Programming: Section 1.5
Section 1.5 Objects and Object-oriented Programming PROGRAMS MUST BE DESIGNED. No one can just sit down at the computer and compose a program of any complexity. The discipline called software engineering is concerned
why jre in jdk
why jre in jdk  why jre in jdk
Features of Servlet 2.5
Features of Servlet 2.5      ... the features of Servlet 2.5. Still most of the popular containers like Tomcat 5.5 and JBoss 4.0 support Servlet 2.4.  The list of the added features is given below
Javadoc 1.5 Customtag Support - Java Beginners
Javadoc 1.5 Customtag Support  Hi, I'm Using Java 1.5 version and my requirement is to generate Javadoc for my custom tag(fcb.param). I'm Using doclet tool(Eclipse Javadoc Generator) for generating javadoc. its working fine
Download JDK
Download JDK       What is JDK (Java Development Kit) JDK is a software development program provided by sun Microsystems. Java Development Kit or JDK comes in various
Java Glossary Term - G
Java Glossary Term - G       Java Generic Java 1.5 provides number of new features to the Java Language including "Java Generics". Using generics makes
Java generic
.style1 { color: #000080; } Java generic       Java 1.5 provides number of new features to the Java Language including "Java Generics". Using generics makes
linux4.2 supported jdk versions - Security
linux4.2 supported jdk versions  linux 4.2 supported jdk versions ?. is it supports to jdk1.6(linu4.1.2)or not? please giive me clarifications
how to find jdk path in ubuntu?
how to find jdk path in ubuntu?  How to find out the path of installed jdk in ubuntu? Could anyone tell that command to execute from terminal.. Thanks
Features of Java
Features of Java: Java is one of the most popular language in the field... programming is its large number of important and robust features. Java can be used... applications. Java has various important features: SIMPLE Java
Features of JDBC 4.0
directly with the JDBC API. The new features availble in J2SE 1.5 added ease-of-development features in JDBC 4 In addition to ease-of-use, JDBC 4 introduces... Features of JDBC 4.0       JDBC 4
What is the difference between a JDK and a JVM?
What is the difference between a JDK and a JVM?  Hi, What is the difference between a JDK and a JVM? Thanks,   Hi, JDK is stand... to compile your source files using a JVM. For more difference between JDK and JVM
install jdk 6 - Java Beginners
install jdk 6  sir i have installed my jdk1.6 but dont know how to run, could you please help me i
install jdk 6 - Java Beginners
install jdk 6  sir i have installed my jdk1.6 but dont know how to run, could you please help me i this  Hi Friend, Please visit the following link: http://www.roseindia.net/java/learn-java-in-a-day/download
Hibernate Features
In this section we will see Hibernate features
Java Developers Desk- Annotations
Microsystem added the features like annotation to make the development easier and more efficient in jdk 5. The main objective to develop the annotations
JDK Framework Knowledge - Java Interview Questions
JDK Framework Knowledge   what is JDK Framework Knowledge,how many types of JDK Frameworks are available ,detailed explanation about each.its urgent.   Hi friend, For solving the problem visit to : http
Installing Sun JDK on Linux
Installing Sun JDK on Linux (Fedora Core 3)               ...; Downloading  Download the latest version of JDK from http
In netbean jdk, it does not import the file,"java.nio.file.Paths". why?.
In netbean jdk, it does not import the file,"java.nio.file.Paths". why?.  it shows error file does not exist
Features
Features       There are different kinds of blogs as discussed earlier. These blogs differ in the way content is delivered. Comments Most of the blogs use comments. Due
jQuery Features
jQuery Features       jQuery have lot of functionalities but some of the key features are given below : Selection of DOM elements : The jQuery selector provide us
Extending Java with Yield
Extending Java with Yield          Yielder library is a library that uses Java 1.5... for prototyping new language features in libraries
Java Features
the platform must have the JVM.  Simple: There are various features that makes...; the existing code and adding the additional features as needed. Encapsulation... of the above features makes the java language robust. Secure: Java does not use
java features
have the JVM.  Simple: There are various features that makes the java... the additional features as needed. Encapsulation:  :  ... of the above features makes the java language robust. Secure: Java does not use
Java Features
.  Simple: There are various features that makes the java as a simple... the additional features as needed. Encapsulation:  :  ... features makes the java language robust. Secure: Java does not use memory pointers
JDBC features
JDBC features In this section we will see the features of JDBC. The Java Database Connectivity or JDBC for short is the API available in Java for accessing... the programmers to access data from Java program. Here is the features of JDBC JDBC
What are the Features of Spring Framework?
What are the Features of Spring Framework?  Hi, What are the Features of Spring Framework? Thanks

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.