what is jdk1.5 features?

Answer Posted / sudheer

above 1and 2and covarent return types for voerriding

Is This Answer Correct ?    5 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

State the merge-sort principle and its time complexity.

573


Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.

520


What is lazy initialization in java?

554


What is the difference between the ">>" and " >>>" operators in java?

509


What is OOP Language?

627






What is the diffrence between inner class and nested class?

560


What do you mean by composition in java?

568


Difference between this() and super() in java ?

613


What is a variable simple definition?

579


What are the restrictions imposed on method overriding?

552


What is the preferred size of a component in java programming?

539


What do you understand by classes in java?

557


What are scalar data types?

524


Can a constructor call the constructor of parent class?

539


I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?

638