Answer Posted / sunilkumar12317
we can't extends two class to another class
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is arrays sort in java?
Can I declare class as static or private?
What is the difference between an if statement and a switch statement?
What are the differences between graph and tree?
Tell me about different OOPS concepts.
Can variables be used in java without initialization?
Can a singleton class be inherited?
What is anagram number?
What are the characteristics of Final,Finally and Finalize keywords.
Is hashmap thread safe?
what is deadlock? : Java thread
Does sprintf allocate memory?
How to perform selection sort 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
How to declare an arraylist in java?