what release of java technology are currently available what
do they contain?
Answer / ananthakrishnan
Currently 1.6 were available. New things were annotation
introduced.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is 3-tier model?
Can you access the private method from outside the class?
What is inner class?what is the use of inner class?where we create the object for inner class? and inner class can extend any class or inner class can implement any interface?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
What is the string function?
How TreeMap sorts the objects inside it?? suppose if have include one employee object and one car object. On what basis it will sort?
What is diffrance between FINALIZE() & FINALLY ?
Different types of modifiers?
How GC (Garbage Collector) knows the objects reference is unused.Whether GC removes the unused object Parmanently or it maintains something.
waht You know about thread programming?
What is arraylist e in java?
Write a java program to count the number of words present in a string?