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
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?
Can we have more than one package statement in the source file?
Can we call the constructor of a class more than once for an object?
Can we have try block without catch block?
Explain importance of throws keyword in java?
What's the access scope of protected access specifier?
What are the pillars of java?
What is ascii code?
Difference between string, stringbuffer and stringbuilder?
What is the arraylist in java?
What is skeleton and stub? What is the purpose of those?
What is the concatenation operator in java?
What are the characteristics of Final,Finally and Finalize keywords.
What are different access specifiers in java?
What methodology can be employed to locate substrings inside a string?