What is cloneable interface?

Answer Posted / ramanareddy333

cloneable interface is a marked interface or tagged
interface
that means cloneable interface having no methods but it
can hold the information.

Is This Answer Correct ?    13 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is java util list serializable?

538


Where are local variables stored?

512


What is treeset and treemap in java?

582


What are recursive functions? Give some examples?

619


What is the default size of arraylist in java?

509






Is 0 an irrational number?

607


What is an empty string in css?

534


What is the main purpose of java?

517


Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.

612


Why arraylist is used in java?

552


Define how does a try statement determine which catch clause should be used to handle an exception?

587


Difference between stack and queue?

589


How can we achieve thread safety in java?

689


how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT

1853


Give any two differences between C++ and java.

560