Answer Posted / a srinivas rao
we cannot extended INTERFACES,only can implement
INTERFACES.java allows you to implement more than one
INTERFACE.
| Is This Answer Correct ? | 8 Yes | 38 No |
Post New Answer View All Answers
What is the use of a conditional inclusion statement in Java ?
Describe different states of a thread.
Which data type is class in java?
What is the null?
What is the function of java?
What is callable java?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
How do you break a loop?
What is the use of jtable?
Can a method be overloaded based on different return type but same argument type?
What is the purpose of the strictfp keyword?
How to make a read-only class in java?
Difference between string s= new string (); and string s = "abv";?
How do you override a method?
What is a condition in programming?