what are the new features available in java 1.5 version?
Answer Posted / t.jaya govind sudhakar
as above they told we have assert and enhanced forloop.
assert is placed in place of if. just a slight diff....if we
are handling with more objects then most of the cases we are
using enhanced forloop .
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is object class in java?
Can we serialize singleton class?
What is identifier with example?
design an lru cache in java?
When do you get classcastexception?
How do you implement tree mirroring in java?
What is unmodifiable collection in java?
What is Applet Stub Interface ?
How do you ensure that n threads can access n resources without deadlock?
What are the methods to rectify ambiguities in the interfaces in JAVA?
Which one of the following suits the description of a string better: derived or primitive?
How to handle a web browser resize operation?
Explain reverse a linked list recursive java solution?
Explain wait() method of object class ?
If a method is declared as protected, where may the method be accessed?