Answer Posted / ravikiran(aptech mumbai)
packages are the namespaces to for a group of classes and
interfaces
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
What data structures are used to perform recursion?
What defines function?
What is anagram of a string?
Why java uses the concept of the string literal?
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 are variable names?
Can an interface extend another interface?
What is nested interface?
Define jre i.e. Java runtime environment?
If you are given the name of the function at run time how will you invoke the function?
Can constructor be synchronized?
Explain what pure virtual function is?
What is garbage collection? Can it be forced to run?
Is a method a function?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread