What is Marker interface in java? and what is clone?
Answer Posted / tamilvendan
Marker interface is nothing but it do not have any method
but it will hold the information
| Is This Answer Correct ? | 16 Yes | 8 No |
Post New Answer View All Answers
What is the difference between an inner class and a sub-class?
Give example to differentiate between call by value and call by reference.
What is difference between hashset and hashmap?
What is an immutable object?
How do you create a first line indent?
What is data structure in java?
What are the new features in java 8? Explain
Difference between static binding and dynamic binding?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
What are predefined functions?
Explain about join() method?
How to perform merge sort in java?
What is the use of conditional statement?
What is ide with example?
What is a loop java?