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 - 9 of 9(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!

9.6
Hi, it's recommended that if you implement the Serializable class, that you declare a serialVersionUID. Now, I understand how to declare it, but I don't understand what the value of it needs to ...
Zones: JavaDate Answered: 06/04/2005 Views: 0
The whole concept of adding a SerialVersionUIID is new to me.  I understand that the compiler will generate this if it isn't specified.  My question is should each of my classes have a unique Seria...
Zones: JavaDate Answered: 02/03/2005 Views: 0
I am trying to send a serialized object from a servlet to an applet, but I am getting the following error, java.io.InvalidClassException: javax.swing.tree.DefaultTreeModel; local class incompati...
Zones: Java, Servlets, New To JavaDate Answered: 09/20/2002 Views: 0
I have to establish a connection to a server through a relay. The connection from the server to the relay is ok. But the client throws an InvalidClassException and says that the serialVersionUIDs...
Zones: JavaDate Answered: 07/26/2006 Views: 0
HI I'm dealing with some really old Java code in Eclipse with several classes that implement serializable but do not have a serialVersionUID defined. Normally I would just allow eclipse to g...
Zones: Eclipse, Java Editors & IDEs, Edi...Date Answered: 10/28/2007 Views: 316
I download some open source software, and now I'm try to open it in Ecplise. However, I get the following type of error 92 times. The only thing that is different about these error messages is the ...
Zones: JavaDate Answered: 10/30/2004 Views: 42
I'm trying to generate a signature in one server (Machine I) and verify the signature in the other(Machine II). An application in Mach II would call the login application in Mach I and verify th...
Zones: JavaDate Answered: 08/07/2005 Views: 287
example.java:19: warning: [serial] serializable class example has no definition of serialVersionUID public class example extends JFrame implements ActionListener I am getting this warning messs...
Zones: New To JavaDate Answered: 10/05/2007 Views: 40
Caused by: java.io.InvalidClassException: org.mvel.CompiledExpression; local class incompatible: stream classdesc serialVersionUID  = 3630221728698395730, local class serialVersionUID = -736624477...
Zones: JavaDate Answered: 09/05/2008 Views: 33
  • 1