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
Write a program to check string is palindrome without using loop?
What is string args [] in java?
What are the advantages of defining packages in java?
What is the difference between overriding and overloading in OOPS.
What is the structure of java?
What are the types of strings?
Explain differences between collection api and stream api?
Are generics important java?
Difference between abstract and concrete class ?
Where pragma is used?
Can a boolean be null java?
What’s the difference between unit, integration and functional testing?
Explain what access modifiers can be used for variables?
Explain illegalmonitorstateexception and when it will be thrown?
Why declare Main() inside the class in java ?