what do you mean by marker interface in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is the purpose of main function in java?

0 Answers  


Differences between external iteration and internal iteration?

0 Answers  


How do you find the independent variable?

0 Answers  


What are the performance implications of interfaces over abstract classes?

1 Answers  


how a marker interface gets its functionality and when we implements a marker interface how it got invoked

3 Answers   Mind Tree,






Write program to print Hello World and print each character address in that string and print how many times each character is in that string? Ex: H: 0 & 1 e:1 & 1 l :2,3,8 & 3 o:4,6 & 2 w:5 & 1 r: 7 & 1 d 9 & 1

7 Answers   Huawei, IBM,


Explain the significance of listiterator.

0 Answers  


How do generics work?

0 Answers  


What is sortedmap interface?

0 Answers  


What is the difference between procedural and object-oriented programs?

0 Answers  


Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?

0 Answers  


In what circumstances, compiler will supply a default constructor for a class?

4 Answers  


Categories