 |
|
Oracle Tips by Burleson |
Conducting
the Webmaster Job Interview
Chapter 10: The
Technical
Interview
Java Tuning Interview Questions
Consider the
following code snippet:
for (int i = 0; i < j.length; i++)
{
j[i] = k * Math.sqrt(z);
}
Can you see any
improvements that can be made to increase the efficiency of this
code?
Skill Level:
High
Expected Answer:
For the answer to this and other job
interview questions visit the code depot for the book
http://www.rampant-books.com/book_2004_1_job_web_master.htm
|
Download your Oracle scripts now:
www.oracle-script.com
The
definitive Oracle Script collection for every Oracle professional DBA
|
|