aspose file tools
The moose likes Beginning Java and the fly likes CPU Utilization Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "CPU Utilization" Watch "CPU Utilization" New topic
Author

CPU Utilization

Suhas Madap
Ranch Hand

Joined: Aug 29, 2006
Posts: 49
Hi,
While writing the some online exam(java2.0). There was one question

Which keyword in java takes more CPU utilization?

the options were:
1) break 2) while 3) continue.

please help me?


Thank you,<br /> <br />Suhas K Madap<br /> <br />If you understand what you're doing, you're not learning anything."
Petrus Pelser
Ranch Hand

Joined: Feb 20, 2006
Posts: 132
I'd think the while would because it evaluates an expression, where the other two are just normal statements.
Rahul Bhattacharjee
Ranch Hand

Joined: Nov 29, 2005
Posts: 2300
I think its while as it has to evaluate the statement within ().


Rahul Bhattacharjee
LinkedIn - Blog
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: CPU Utilization
 
Similar Threads
does CPU utilization measure applications performance
cpu utilization
how to break date
XML Parsing and Validation with SAX parser shoots CPU to 100% utilization
Threadcount vs Memory size/CPU utilization