can you create interface instance ?
Answer Posted / abhishek pnadey
you cannot create an instance for interface
in the uday answer ..
he has not write semicolon after the new Test();
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which class is used by server applications to obtain a port and listen for client requests?
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
Can we catch more than one exception in single catch block?
What is string and its types?
what is static import in java? Explain
How to change the priority of thread or how to set priority of thread?
Will set allow duplicates in java?
how to deploy apache tomcat server to weblogic server in java
Difference between predicate, supplier and consumer ?
Why stringbuilder is not thread safe?
Which is easier netbeans or eclipse?
What is the purpose of javac exe?
What is stringwriter?
What is the numeric promotion?
Describe what a thread-local variable is in java?