can you create interface instance ?
Answer Posted / cps
@ Uday... nice way to fool around...
Check <
http://java.sun.com/docs/books/tutorial/java/IandI/interfaceAsType.html
>
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the += operator called?
What is the largest number a double can hold?
What an i/o filter in java programming?
What's the base class in java from which all classes are derived?
What are the differences between include directive and include action?
Can a top level class be private or protected?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
What is an array length?
What is a static class in java?
What is the purpose of file class?
In a container there are 5 components. I want to display all the component names, how will you do that?
can java object be locked down for exclusive use by a given thread? : Java thread
What is the difference between serializable and externalizable interface?
What is the numeric promotion?
What does void * mean?