Answer Posted / sujoy saha
yes.......but a class can't extends interface
| Is This Answer Correct ? | 6 Yes | 45 No |
Post New Answer View All Answers
What do you mean by composition in java?
What is the format specifier?
Can we use different return types for methods when overridden?
explain the concept of virtual method invocation in polymorphism in detail?
How to display arraylist values in java?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
What is garbage collector?
What is the difference between scrollbar and scrollpane?
Why char array is favored over string for the storage of passwords?
What is instanceof keyword?
What methods are used to get and set the text label displayed by a button object?
Difference between static binding and dynamic binding?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
What is the function of static in java?
Define a package.