Welcome Guest | Sign in | Register
Interface - Discussion Page For Q.2884 | Java Programming Questions and Answers | Java Programming Free Online-Tests | LucentBlackBoard | LucentBlackBoard.com

Home > Java Programming > Interface > Questions and Answers

Q: interface A{}

Interface B{
Void b(); }

Interface C{
Public void c();
}

abstract class D implements A,B,C{}



class E extends D{
void b(){}
public void c(){}
}
A. Code compiles without error B. Compile time error
C. Runtime error D. None of the above

Answer and Explanation

Answer:Compile time error

Explanation:
There is no explanation...

Comment on this Question

Name:

Loading...




Partner Sites
LucentBlackBoard.com                  SoftLucent.com                  LucentJobs.com
All rights reserved © 2012-2015 SoftLucent.