How many methods does cloneable interface contains?
Answer Posted / ravikiran(aptech mumbai)
no methods
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
how to run ecllipse with jettyserver for windows environment using batch file
How to stop a thread in java? Explain about sleep () method in a thread?
What is r in java?
What is serial version uid and its importance in java?
What are the important methods of java exception class?
How do you differentiate abstract class from interface?
What are basic data types?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
Explain constructors and types of constructors in java.
What is bifunction in java?
What is charat ()?
Which methods cannot be overridden in java?
What is a website container?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
Is multiple inheritance supported by java?