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 |
What is callablestatement? How you can call stored procedure to pass in parameter?
Suppose there is an array list [10,5,20,19,15,24].Print them in ascending & descending order in collection framework concept ???
What is the size of string?
Can we overload the main() method?
How hashmap works in java?
Are maps ordered java?
Do I need to import java.lang package any time? Why?
i need to know the website that i can compile and run a java code in online.(while system doesn't contain any jdk and jre)
What is the difference between method overriding and overloading?
When should you make a function static?
What is the minimum and maximum length of an identifier?
Which access specifier can be used with class ?