Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 229(0 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.0
hi all, i need a very good ideas for my final project. it's must be php, must be a rare topics or a new technology..Any suggestion?? Somebody plizz help me...i have no idea...
Zones: PHPDate Answered: 03/20/2003 Views: 0
Hi, "A compile-time error occurs if the name of a final class appears in the extends clause of another class declaration; " Are there performance affect too ?
Zones: Java, New To JavaDate Answered: 02/16/2003 Views: 0
I thought, like the Constructor, the finalize method is automatically invoked by Java's GC mechanism, instead of make a explicit call to System.gc() to invoke the finalize() method, overridden in ...
Zones: JavaDate Answered: 08/11/2004 Views: 0
Is there any reason to use _finally in an MFC application? If so, can some give me a working example? I don't understand what _finally can do, that you can't do with try-catch
Zones: Windows MFCDate Answered: 11/21/2004 Views: 0
I am getting multiple DocumentComplete events from the IE for web pages that are (probably) constructed using multiple frames. I haven't been able to find a way that will tell me when I have the fi...
Zones: C++Date Answered: 02/24/2006 Views: 0
I got tired of everyone telling me I was not a real programmer becasue I only used ms access for my projects, so I have undertaken the huge task of learning c#. I have read about 3 books, and am no...
Zones: C#Date Answered: 06/05/2006 Views: 0
If I return in the catch block, will finally still be executed?
Zones: C#Date Answered: 06/13/2006 Views: 0
hi, I have the following function: void main() {    CreateThread1(hThreads[0])    CreateThread2(hThreads[1])    WaitForMultipleObjects(2,hThreads,TRUE, INFINITE);    GetExitCodeThread(hThreads[0],...
Zones: C++Date Answered: 04/03/1999 Views: 18
Instance variables are not thread safe, but are final instance variable thread safe?  If not, must they be synchronized in a threaded program, eg servlet?  Are there other efficient ways to do cons...
Zones: JavaDate Answered: 06/29/2000 Views: 0
Hi, folks, I am writing a Java application that has several JInternalFrame's, each of which consumes about 20MB memory. I found after an internal frame got disposed, the memory wasn't actually...
Zones: JavaDate Answered: 09/12/2000 Views: 0