Answer Posted / sandeep sagala
Interface is used to get an 100% abstract class. By using
this class we cant create an object for this class. In this
there will be all the unimplemented methods only. No method
is implemented in this type of classes. The methods present
inside this interfaces are all static and public by default.
The attributes present inside this interfaces are public,
final and static by default.
| Is This Answer Correct ? | 4 Yes | 11 No |
Post New Answer View All Answers
What is floor math?
What is the synonym of procedure?
Define array. Tell me about 2-D array.
What do you mean by mnemonics?
What is difference between iterator access and index access?
What is yield () in java?
What is an immutable object? How do you create one in java?
What types of index data structures can you have in java?
How do you declare a variable?
What is considered an anti pattern?
What is the use of string and stringbuffer?
Which java ide is used the most?
What is incompatible types in java?
What is thread start?
Explain about varargs in java?