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
What is variable and constant explain with example?
What does compareto () do in java?
What is integer parseint?
How to reverse string in java?
What is an immutable object?
What is a conditional equation?
What is the purpose of skeleton and stub?
What carriage return means?
What is better - 'bit-shift a value' or 'multiply by 2'?
How do you do absolute value in java?
Which arithmetic operations can result in the throwing of an arithmeticexception?
Why is stringbuffer faster than string?
What is private static in java?
What is parsing in grammar?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?