Home Answers Viewqa Java-Interview-Questions Difference between jdk 1.4 and jdk1.5 Java

 
 


aditya
Difference between jdk 1.4 and jdk1.5 Java
1 Answer(s)      5 years and 3 months ago
Posted in : Java Interview Questions

What is the difference between jdk 1.4 and jdk1.5 in Java?

View Answers

February 26, 2008 at 1:16 PM


Difference between jdk 1.4 and jdk1.5

Sun added some more advanced and some new features to new J2SE 1.5 released as compared to J2SE 1.4. Sun have made more additions to make the Collection framework better. They also added more features such as Generics, Annotations any many more. Generics made the collection framework to store the objects of the related type.


Difference between Servlet?s context and config object

Servlet Context

In servlet programming, the servlet context is the environment where all the servlet runs. Every variable stored in the servlet context is accessable to all the servlets running in that context. The servlet container creates a ServletContext object that you can use to access
information about the servlet's environment. Every application can have only one context and all the servlets communicates with each other through this context by using the context parameters.


ServletConfig

A servlet configuration object used by a servlet container used to pass information to a servlet during initialization. Every servlet can have its servlet config object to use init parameters.









Related Pages:
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
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
what is difference between jdk1.5 and jdk1.6 - JSP-Interview Questions
what is difference between jdk1.5 and jdk1.6  what is difference between the jdk1.5 and jdk1.6 in java  Hi Friend, 1)Java 1.6 runs faster than Java 1.5. 2)Java 1.6 makes programming easier by implementing various
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
MemoryCounter for Java 1.4 - Java Tutorials
sizes have changed in JDK 1.4, so there are some differences between 1.4...MemoryCounter for Java 1.4 2003-09-29 The Java Specialists' Newsletter [Issue 078] - MemoryCounter for Java 1.4 Author: Dr. Heinz M. Kabutz If you
JDK 1.4 the NullPointerException - Java Tutorials
NullPointerException In Java NullPointerException occurs when you perform an operation on a object or calling a method on the object.  The only way to solve Null Pointer Exception is to avoid executing operation on a object
Difference
Difference  What Is the difference between JDK & SDK
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
jse and jdk
jse and jdk  SIR PLEASE TELL ME WHAT IS THE DIFFERENCE BETWEEN JDK AND JSE
difference between == and === operators?
difference between == and === operators?  Is (====) operator available in java or not? difference between
difference
difference    what is the difference between the JDBC-ODBC bridge, the Native-API-Partly-Java driver, and the JDBC-Net-All-Java Driver is the placement of the database access libraries   Please visit the following link
difference
difference  difference between Method Overloading and method Overriding   Difference between Method Overloading and Method Overriding... the following links: Java Method Overloading Java Method Overriding
difference
difference  difference between thread and process in java   Difference between Process and Thread: 1)Process is a program under execution whereas Thread is a part of program. 2)Process are heavy weight programs which
Java Programming: Section 1.4
Section 1.4 Fundamental Building Blocks of Programs.... In Java and most other languages, a variable has a type that indicates what... does make a distinction between the integer 17 and the floating-point number 17.0
Difference between Timer and Thread?
Difference between Timer and Thread?  Can anyone tell me about the difference between Timer and Thread, Why we need to have Timer in case we have Thread implimentation startegy in Java
difference between lock and synchronization
difference between lock and synchronization  Hi, I am new in java please anyone tell me difference between lock and synchronization in java. its urgent. Thank in advance   Please visit the following link: Lock
difference between hashcode,reference in java
difference between hashcode,reference in java  difference between hashcode,reference in java
What is difference between the java and javascript?
What is difference between the java and javascript?  What is the difference beteen the java and javascript?   Hello Friend, Read Here Thanks
difference between applet and swings
difference between applet and swings  what are the major difference between swing and applets   Hello Friend, Differences: 1) AWT stands for Abstract windows toolkit whereas le Swing is also called as JFC?s (Java
Difference between error and exception ????????
Difference between error and exception ?  Can we handle a error in java if yes than give an code of an example? Difference between error and exception handling.......   Exceptions are things you can create/throw
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. .... Autoboxing/unboxing?Eliminates need of manual conversion between primitive types
What is the difference between a constructor and a method?
What is the difference between a constructor and a method?  Hi, What is the difference between a constructor and a method?   Hi, I have found a good link of Java program related to difference between constructor
difference between servletconfig and servletcontext in java
difference between servletconfig and servletcontext in java  difference between servletconfig and servletcontext in java   ServletContext ServletContext is implemented by the servlet container for all servlet
difference between wite and writeto in java
difference between wite and writeto in java  I am using the stream... the writeTo() method. I want to know difference between the write() and writeTo() method in java.   The writeTo() method writes the complete contents
What is difference between the java and javascript?
What is difference between the java and javascript?  What is the difference beteen the java and javascript?   Hello Friend, Difference: 1) Java is a Object Oriented programming language developed by Sun Microsystems
difference between servletconfig and servletcontext in java
difference between servletconfig and servletcontext in java  ServletConfig is implemented by the servlet container to initialize a single servlet using init(). ServletContext is implemented by the servlet container for all
difference between the obj and reference - Java Beginners
difference between the obj and reference  what is the difference between object and reference ? is there any difference
Java - JDK Tutorials
Java - JDK Tutorials   Deadlocks in Java In this tutorial you... for Java 1.4  Assertion In Java In this tutorial we are going...; Revisiting Stack Trace Decoding  JDK 1.4
Difference between object and instance? - Java Beginners
Difference between object and instance?  What is the difference between object and instance in java
difference between enum and final class?
difference between enum and final class?  what is the difference between enum and final class in java?   The java.lang.Enum is an abstract class, it is the common base class of all Java language enumeration types
what is difference between objectan primitive? - Java Beginners
what is difference between objectan primitive?  whatis difference between object and primitive
difference between java5 and java6 - Java Beginners
difference between java5 and java6  Hi, What is difference between java5 and java6 Please let me know quickly
Difference b/w jdk 1.1 and 1.2 - Development process
Difference b/w jdk 1.1 and 1.2  Can you plz specify the changes/developments that have taken place from JDK 1.1 to JDK 1.2 and which version... that the java command and the classes.zip were from the same JDK version. We
Difference between C++ and Java - Java Interview Questions
Difference between C++ and Java  Basic difference between C... was derived from C++ but still there is big difference between these two... am going to give you few differences between these two...1. Java does not support
Give difference between LinkedList and ArrayList - Java Beginners
Give difference between LinkedList and ArrayList  Hi, What is the use of LinkedList and ArrayList? How you can difference between LinkedList.... For more information, visit the following links: http://www.roseindia.net/java
Difference between Java IO Class - Java Beginners
Difference between Java IO Class  What is the difference in function between Two set of Stream class as mention below- 1)FileInputStream... information. http://www.roseindia.net/java/ Thanks
Hi .Difference between two Dates - Java Beginners
Hi .Difference between two Dates  Hi Friend.... Thanks for ur Very good response.. Can u plz guide me the following Program.... difference between two dates.. I need to display the number of days by Each Month
closing thread for jdk1.5 or higher versions - Java Beginners
closing thread for jdk1.5 or higher versions  Hi All, I am using jdk1.5 and higher version of java. I tried to destroy thread by using Thread.destroy() method, but I am getting error like: Exception
java - Java Interview Questions
Difference between jdk 1.4 and jdk1.5 Java  What is the difference between jdk 1.4 and jdk1.5 in Java?  Difference between jdk 1.4... of the related type. Difference between Servlet?s context and config object
Difference between API and Assembly - Java Beginners
Difference between API and Assembly  Can anybody tell me what is the diffrenece between API's and assemblies?  Hi friend, Points to be remember : API *) API Stands for "Application Program Interface
difference
difference  difference between hashtable and hashtree
difference
difference  what's the difference between mysql and sql
Difference between sorted and ordered collection in hibernate
Difference between sorted and ordered collection in hibernate  What is difference between sorted and ordered collection in hibernate?   ... the sorting features provided by the Java collections framework. The sorting occurs
what is the difference between access specifiers and access modifiers in java?
what is the difference between access specifiers and access modifiers in java?  what is the difference between access specifiers and access modifiers in java
pls tell me the difference between the run() and start() in threads in java....
pls tell me the difference between the run() and start() in threads in java....  difference between the run() and start() in threads in java
What is the difference between an if statement and a switch statement?
What is the difference between an if statement and a switch statement?   Hi, What is the difference between an if statement and a switch statement... in Java program. http://www.roseindia.net/java/java-tips/flow/switch/switch
Difference between == and equals method in java
Description: For comparing equality of string ,We Use equals() Method. There are two ways of comparison in java. One is "==" operator and another "equals()" method .  "==" compares the reference
What is the difference between a break statement and a continue statement?
What is the difference between a break statement and a continue statement?   Hi, What is the difference between a break statement and a continue statement? Thanks,   Hello, In Java programming language supports 3
What is the difference between EJB 3.0 and JPA - Framework
What is the difference between EJB 3.0 and JPA   What is the difference between EJB 3.0 and JPA. How can they work together. Does EJB 3.0 need... which can be used for creating a mapping between plain java bean objects (POJO
difference
difference  difference b/w java and asp.net

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.