How core java/j2ee project performance can be measured ?
Answer / sreedhar
In core java project is standedlon application ,j2ee is
webapplication devlopment,
we can implementing the core java throught project ,we
never easy to enhance the project,
in j2ee implementation its easy way to implement another
functionality allso.
| Is This Answer Correct ? | 1 Yes | 0 No |
Is it possible to write static method in abstract class? justyfy your answer?
What is the function of static in java?
Explain the scope of a variable.
Can we use different return types for methods when overridden?
IS method overriding is Duplication of Methods?
What is hashmap and map?
Which containers use a FlowLayout as their default layout?
we have two threads..both the threads are reading the data.. is there any need of synchronization there?...justify it?
explain copyonwritearraylist and when do we use copyonwritearraylist?
What do you mean by inner class in java? Explain
Is passing by reference faster?
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