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
4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (
What is an infinite loop? How infinite loop is declared?
What is prime number in java?
Can vector have duplicates in java?
What are the advantages of java inner classes?
Break statement can be used as labels in java?
How will you print number in reverse (descending) order in BST.
What is internal variable?
What is the hashcode () and equals () used for?
What does a za z0 9 mean?
Is null keyword in java?
Which class is the superclass for every class in java programming?
What is the point of java?
What is the basic difference between string and stringbuffer object?
Is it necessary that each try block must be followed by a catch block?