What is Marker interface in java? and what is clone?
Answer Posted / unknown
marker interface is tagged interface with no methods inside
it.clone means copy of an object
| Is This Answer Correct ? | 47 Yes | 12 No |
Post New Answer View All Answers
What do you mean Abstraction in java?
Is simpledateformat safe to use in the multithreaded program?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
What are the steps that are followed when two computers connect through tcp?
Can we write any code after throw statement?
What is the purpose of the System class?
What is a condition in java?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
Compare Mutex and Semaphore in java.
What is gui programming?
How do I run java on windows?
Which package is used for pattern matching with regular expressions?
How do you clear a method in java?
What is data type in computer?
Is vector thread safe in java?