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 does system arraycopy work in java?
How to write custom exception in java?
what is bytecode? watz the difference between machine code and bytecode?
Difference between string, string builder, and string buffer?
What will happen if we declare don’t declare the main as static?
Can you sort a list in java?
How does the java compiler work?
What is final keyword in java?
What are the differences between forwarding () method and sendredirect() methods?
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
What is jvm? How its run?
What is difference between float and double?