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 101(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!

8.0
Hi! I have a working java code that scales an image down to a smaller size. It uses Java Advanced Imaging (JAI). I have chosen to use Bicubic interpolation because it deliveres the best image...
Zones: New To Java, Java, Java Editors & IDEsDate Answered: 03/12/2008 Views: 23
How to avoid going through the next filter in the filter chain? There are two filters in my code.     <filter>         <filter-name>ApplicationSessionExpiryFilter</filter-name>         <fil...
Zones: J2EE, Java, ServletsDate Answered: 09/21/2008 Views: 0
I'm very new to Asterisk. I'm building a very simple setup for a 10 employee office that has a sales and support departments. When a call comes in, the caller gets few choices: Enter an ext, Pr...
Zones: Asterisk Date Answered: 10/11/2008 Views: 0
I need to write a tcp program in java to monitor all the messages that are going through a particular port. Please suggest.
Zones: New To Java, J2EEDate Answered: 11/21/2008 Views: 0
I am writing a medication application that has the following rules when displaying numbers: Whole numbers must be displayed without any decimal places. Example: 10, not 10.0. Decimal numbers m...
Zones: Java, Regular ExpressionsDate Answered: 03/06/2009 Views: 24
Dear Experts I need an alternative for below code that is compatible to a 1.4 compiler, because the 1.4 compiler doesn't support the enum enum MonthRef{       Jan, Feb, Mar, Apr, May, Jun, Jul, ...
Zones: Java, EclipseDate Answered: 04/28/2009 Views: 37
Need expert opinion. I am trying to generate a list of all the files which are older then certain number of days. This is what I have so far, import java.io.*; import java.util.*; public cla...
Zones: Java, New To JavaDate Answered: 09/12/2007 Views: 0
Hi experts I have a simple java program, which gives different results in Windows and UNIX. I know it is to do with character encoding, but dont know how to do it. Program is : public class prin...
Zones: JavaDate Answered: 09/28/2007 Views: 0
hello .i m using java and java api documentation.i want examples of methods...like drawString()...how to use this method ....where can i find these type of detailed explanation s in javadoc thanks
Zones: JavaDate Answered: 12/31/2007 Views: 0
I have a customer that is trying to run a sample program we provided they are getting the error below. I have instructed them to set there output which matches our enviorment. They have done this b...
Zones: New To Java, JavaDate Answered: 01/08/2008 Views: 48