|
INTERVIEW QUESTIONS
J2EE
JAVA
DETAILS
Question: What are the main differences between jdk1.4 n jdk1.5?
Answer: Jdk1.4 doesn't contain the tool interface that is JVMTI which is a profiling tool in jdk1.5.The earlier versions of java had JVMPI i.e., profiler interface.
|
|
|
Category |
Java Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 8585 users |
Added on |
5/19/2013 |
Views |
72183 |
Rate it! |
|
|
Question:
What are the main differences between jdk1.4 n jdk1.5?
Answer:
Jdk1.4 doesn't contain the tool interface that is JVMTI which is a profiling tool in jdk1.5.The earlier versions of java had JVMPI i.e., profiler interface. Source: CoolInterview.com
Answered by: Dipti,Anitha,Jagdish | Date: 6/4/2008
| Contact Dipti,Anitha,Jagdish
java 1.5 has added features like enums,variable-arguments, extended for loop & generics Source: CoolInterview.com
Answered by: Aniruddh | Date: 7/8/2008
| Contact Aniruddh
Jdk1.5 had extra feature Enumeration, Annotation and Autoboxing Source: CoolInterview.com
Answered by: A.P. Senthil | Date: 8/11/2008
| Contact A.P. Senthil
jdk1.5 features 1. Annotation 2. Generics 3. Autoboxing 4. enhanced for loop 5. Enumeration Source: CoolInterview.com
Answered by: senthil kumaran | Date: 2/16/2010
| Contact senthil kumaran
Java 1.5 has 7 features added than Java 1.4
1. Annotation 2. Generics 3. Autoboxing 4. enhanced for loop 5. Enumeration 6. Static Imports 7. Var Args Source: CoolInterview.com
Answered by: Ramya Reddy Ravula | Date: 4/11/2010
| Contact Ramya Reddy Ravula
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
Given A = 1, B = 2, C = 3, D = 4 …… Z = 26, write a java standalone program to encode the word “TELEPHONE” into numbers.
|
View Answer
|
|
Write a java standalone program / method to take out all the special characters in the string provided below. //ASCII a – z (97 – 122) String sSENTENCE = “This!is^a$t*e)s|t”;
|
View Answer
|
|
Why pointers are not used in java?
|
View Answer
|
|
What is super class of an Exception class?
|
View Answer
|
|
What is super class of an Exception class?
|
View Answer
|
|
Why JAVA not support multiple inheritance? How can we pass address of an object?
|
View Answer
|
|
In How many ways we can request the System for the garbage collection to cleanup the memory? And what are the differences?
|
View Answer
|
|
Why java is not pure object oriented language?
|
View Answer
|
|
what is the definition of arraylist? plz write in brief.
|
View Answer
|
|
1)What are the actual functions of JVM? 2)When to use a class and when to use an Abstract class? 3)what is the use of constructors other than creation of objects? 4)when to use constructors? 5)when to use Interface? 6)why java does not support pointers? 7)why multiple inheritance is not possible in java without using Interfaces?
|
View Answer
|
|
Why we have used to in main method in JAVA this words 1)public 2)static 3)void 4)main 5)(String args[])
|
View Answer
|
|
Addition of two numbers using Bitwise operators. Reading An 2D array using single for loop
|
View Answer
|
|
What is UML patterns?give me clear explanation
|
View Answer
|
|
While developing one in JSP page we are sending request to Struts frame work.If we click two times submit button then First time only it should accept request and second time should reject that request in struts frame work.
How we can do that in controller itself...I am waiting for your Response...
|
View Answer
|
|
Can I execute or call one applet from another applet? If so then how??? Please Reply me... Thanks
|
View Answer
|
|
what is method declaration,method attributes,method modifiers and parameters
|
View Answer
|
|
System Class is Used to Output text onto the Screen? it True or False
|
View Answer
|