February 26, 2008 at 5:18 PM
Difference between java 1.4 and java 1.5
Java programming language is simple,distributed , robust, object oriented & secure.The Java 2 SDK is developing environment that is used for building applications, applets, and components by using the Java programming language. The Java 2 SDK includes the following important tools that are useful for developing and testing programs written in the Java programming language and running on the Java platform.
java 1.4 :
java 1.4 contains the following features such as :
(1) The newly edition of Java, JDK 1.4 (or J2SE 1.4), includes new features like a new I/O system, newly framework, Java Web Start, and Java regular expressions. Java 2 Platform, Standard Edition (J2SE) is an advance version from J2SE 1.3. J2SE 1.4 adds the following new features and improve the functionality .
(2 ) Enhanced performance and scalability .
(3) And also improved reliability and serviceability.
(4 ) The Java 2 Runtime Environment (JRE) allows us to run applications written in Java programming language. Like the Java 2 SDK, it also contains the Java virtual machine(JVM) that converts the byte code into machine code , classes comprising the Java 2 Platform API which are required for running the java applications, and supporting files.
(5) Unlike the Java 2 SDK, it does not contain development tools such as compilers and debuggers.
java 1.5 :
Java 2 Platform standard Edition 5.0 is an advance version of JDK 1.4 (or J2SE 1.4) includes the more features .
(1) provides the enhancing for loop - Eliminates the error-proneness of iterators.
(2) generics - provides compile-time type safety for collections and avoids problems occur during type casting.
(3) autoboxing/unboxing - avoids manual conversion between primitive types (such as int) and wrapper types (such as Integer).
(4) metadata - provides a "declarative" programming style where the programmer says what should be done and tools emit the code to do it.
Java 2 Platform standard Edition 5.0 is the major revision to the java platform and language. It is currently slated to contain 15 component JSRs. Java J2SE also keeps the version number 1.5.0 or 1.5 in same places that are visible only to developers, or where the version number is parsed by programs. As mentioned 1.5.0 refers to exactly the same platform and products numbered 5.0 version 1.5.0 and 1.5 are used at
(i) java.version- gives the infomation about the system property
(ii) java -fullversion
(iii) javac -source 1.5
(iv) advance version jdk1.5.0 provides the installation directory
(vi) advance version of JDK1.4 provides jre1.5.0 installation directory
Related Tutorials/Questions & Answers:
java vs vbjava vs vb history of
java and advanced products as well as vb? compared with
java and vb? finalize list out the table of
java and vb products? viewers i want more soon
Advertisements
java vs vbhistory of java history of
java and advanced products as well as vb? compared with
java and vb? finalize list out the table of
java and vb products? viewers i want more soon
Java vs Oracle Connectivity - JDBCJava vs Oracle Connectivity Write a
java program to establish connection with oracle database? Hi Friend,
Use Oracle with
Java
Follow these steps:
1) Import the following packages in your
java file
Encapsulation VS Abstraction - Java BeginnersEncapsulation
VS Abstraction Real Time sample code for Encapsulation and Abstraction. where to use abstract and where to use specifies like public...();
}
Abstraction-The process of abstraction in
Java is used to hide certain details
'String' vs 'StringBuffer' - Java Beginners'String'
vs 'StringBuffer' What should i use String or StringBuffer? Hi, First you need to rectify the question. Because StringBuffers append the data, and Strings concatenate the data. Since Strings are immutable
arraylist vs vector - Java Beginnersarraylist
vs vector hi, i want to know what is the difference between arraylist and vector in case of performance. in what cases we should go for arraylist and in what case we should go for vector. is there any array
Servlet vs Class - Java BeginnersServlet
vs Class I have worked on lot of projects and written number of classes myself. I have never started a project myself. Now I am assigned a task of starting a project. Could you please guide me if to start a project using
Reference type Vs Object type. - Java BeginnersReference type
Vs Object type. Can anyone explain the exact....
They never contain the object. C++ object variables may be either,
but
Java supports only object references.
For Example :
Book bookvar = new Book("
Java Probability Vs. Number of people table - Java BeginnersProbability
Vs. Number of people table The probability that at least two people in the group of 5 people will have the same birthday is:
1... loops we need to create a program that will show the table: probability
vs. number
JDK 1.5 - Java BeginnersJDK
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
Javadoc 1.5 Customtag Support - Java BeginnersJavadoc
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
Java vs CJava vs. C Language
In this section we will compare
Java and C Programming... business problem.
Java is object oriented, platform independent programming language... comparison of two languages:
Language Type
Java is Object oriented
jdk 1.5 features - Java Interview Questionsjdk
1.5 features jdk
1.5 features with examples and source code ,how to use the features Hi friend,
(1)Generics:Provides compile... or any Iterable..
For more information on JDK
1.5 visit to :
http