Answer Posted / ravikiran(aptech mumbai)
interface is the one which contains all the methods as
abstract.If we wish to do a complete new functionality
implementation in the future we have to make use of interface
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are java annotations?
why doesn't java run on all platforms?
What are locale settings?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
Why strings in java are called as immutable?
Difference between character constant and string constant in java ?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
Differentiate between vector and array list.
Explain the hierarchy of java exception classes?
How do I enable java in safari?
What are the methods used to implement for the key object in the hash map?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
What is gui programming?
Which is better 64 bit or 32 bit?
What is structure of java heap? What is perm gen space in heap?