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 719(0.002 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.6
I have both jdk1.2 and jdk1.1.8 on my local machine. it used to work fine. I meant if I set the path to jdk1.2\bin, I get the version1.2 compiler to compile my program.  If I set the path to jdk1.1...
Zones: JavaDate Answered: 02/07/2000 Views: 0
Has anyone got a nice example of reading objects into an arraylist and then looping through them at a later stage to print them out or something Thanks
Zones: JavaDate Answered: 05/10/2001 Views: 0
I have an arrayList which contains items and other arrayLists which also contain items, ie multi-layered. How can I return an arrayList which is single layered, ie contains only the items in each a...
Zones: JavaDate Answered: 06/17/2001 Views: 0
function seltitle(titleid){ alert(titleid) var prevVal = "";      document.all.txt_mc_area.length=0;      //if ('-1' == titleid) return;      for (var i = 0; i < arraylist.length; i++) {  ...
Zones: JavaScriptDate Answered: 08/08/2002 Views: 0
Hey all, I've got an ArrayList in my ASP.NET page. Basically, I want the user to be able to add items into an arraylist by pressing a button. However, each time they do this the page reloads and t...
Zones: C#Date Answered: 03/07/2003 Views: 0
I would like to bind an ArrayList to a DataGrid such that when elements of the ArrayList are updated, inserted, or deleted, the DataGrid reflects this.  Can someone point me to some documentation o...
Zones: C#Date Answered: 04/16/2003 Views: 0
What I am trying to do is to have a function return a nested Arraylists. My returned Arraylist returns 4 as a count but each of the arrays I read out are always the same. If I use the temp.Clear(...
Zones: .NETDate Answered: 11/27/2003 Views: 0
I tried to make a program to sort an ArrayList of objects, but can’t get it to work. What am I doing wrong?    import java.util.*;     class test    {        public static void main (String [...
Zones: JavaDate Answered: 05/25/2003 Views: 0
I'm trying to receive and process an array from URL - I'm learning C#.  It's got to be able to accept from URL (not working) or user can input (that part is working already).  If part numbers are i...
Zones: C#Date Answered: 05/11/2004 Views: 0
[code] public class Record1 {    private String[] accountNo;    private String name;    public Record1(String  name, String[] accountNo)    {       this.name = name;       this.accountNo  =...
Zones: JavaDate Answered: 10/25/2003 Views: 0