What are null interfaces in JAVA ? and give me some
examples?
Answer Posted / kalyan
Null interfaces are act as makers ...they just tell the
complier that the objects treated as a differently by
JVM...Examples of null interfaces is
serializable ,remote,Cloneable
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can list have duplicates in java?
Variables used in a switch statement can be used with which datatypes?
What is the difference between the ">>" and " >>>" operators in java?
What is implicit object in java?
Define jit compiler?
Can arraylist hold different types java?
What is the difference between static and global variables and also define what are volatile variables?
Is java se open source?
What are the java ide's? Explain
How many bits is a double?
What is difference between == equals () and compareto () method?
Is null a value?
What is e in java?
Are variables stored in ram?
How can the checkbox class be used to create a radio button?