What are null interfaces in JAVA ? and give me some
examples?
Answer Posted / abc
NULL Interface are marker interface in JAVA, when any class
implements such marker interface then object of that class are
being handeled differently by JVM
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Can private method static?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
What is a ?
I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in
What is the difference between yielding and sleeping?
How do you sort a string in alphabetical order in java?
What happens if we override private method?
What is nan in java?
Are functions objects in java?
What is the file extension for java?
Which is better 64 bit or 32 bit?
Can a java program have 2 main methods?
What is meant by 'bit masking' in java?
What is a nonetype?
What is return in java?