How core java/j2ee project performance can be measured ?



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

Post New Answer

More Core Java Interview Questions

int a=1,b=10; System.out.println(a+b--);

12 Answers   HCL,


Why does my function print none?

0 Answers  


What do you mean by Remote procedure call?

2 Answers  


What is the formula to calculate percentage?

0 Answers  


what is a thread pool in java and why is it used?

0 Answers  






what is mutual exclusion? : Java thread

0 Answers  


Is sizeof a preprocessor?

0 Answers  


suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?

3 Answers  


What are different type of access modifiers?

3 Answers  


What is java oops?

0 Answers  


How do you call a reference in java?

0 Answers  


Explain the hierarchy of java exception classes?

0 Answers  


Categories