As a developer what steps do you take to improve the
performance?
Answer Posted / ashokmail.java@gmail.com
1) Memory management.
2) Data tranfer.
3) Security.
4) Reusablity and Updateable
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the use of join method?
How can an exception be thrown manually by a programmer?
How many bits is a float?
What is the reason behind using constructors and destructors?
What is scope & storage allocation of static, local and register variables? Explain with an example.
What is the major drawback of internal iteration over external iteration?
Can a main method be declared final?
Why we go for collections in java?
Which is better stringbuffer or stringbuilder?
What is are packages?
What is a method type?
How many times finalize method will be invoked? Who invokes finalize() method in java?
What are the important features of Java 10 release?
What exceptions occur during serialization?
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???