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 |
How variables are stored in memory?
What is externalizable?
What is pass by value?
Can a java program have 2 main methods?
What is the difference between the size and capacity of a vector?
What is comparator in java?
Is node a data type in java?
Can you give few examples of final classes defined in java api?
Can arraylist hold different types java?
What is passing by reference in java?
What are the differences between the constructors and methods?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?