can you create interface instance ?
Answer Posted / syed
My dear uday can u please create an instance of Abstract class but I think u cant create an instance of Abstract class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is java literals?
Explain hashset and its features?
why would you use a synchronized block vs. Synchronized method? : Java thread
What is anti pattern in cyber security?
Can a class be defined inside an interface?
What is the difference between quicksort & mergesort? When should they be used? What is their running time?
What are the advantages of autoboxing?
What is autoboxing in java?
Is java a software?
Explain the difference between abstraction and encapsulation.
What is object class in java?
What are adapter classes?
What is java string pool?
What restrictions are placed on method overriding?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.