Advertisement

1 - 10 of 37 containing alltags:("Java 1.6") (0.001 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.2
Hi Experts, I do a fair amount of programming in .Net (VB, C#), and I design SQL Databases. My boss has asked me to investigate Java as a new platform, and in particular, the strenghts of met...
Zones: JavaDate Answered: 02/12/2008 Views: 4
Hello, I have a recursive function in java. i declare this function as static. within the function i define a resultset variable. for each iteration of the recursive, i create a new instance of ...
Zones: Java, J2EE, J2SEDate Answered: 08/08/2008 Views: 0
I am working on a Java application that at some points needs to run an old dos program.  The code looks like this:             String dir = new String("C:\\OLDDOS");             String program = new String("Main.exe...
Zones: JavaDate Answered: 09/23/2008 Views: 0
Is there a way to open a remote file using java by passing in user credentials.My java application is a windows service  and is not able to recoginze mapped drives , so I am using UNC paths, but no...
Zones: New To Java, Java, J2EEDate Answered: 10/08/2008 Views: 16
Hi, I hope my question is clear from the title. When I run the jar from mac, the error I get is >>apples-imac:BoooDrive apple$ java -jar BoooDrive.jar Exception in thread "main" java.lang.Unsu...
Zones: Java, Mac OS XDate Answered: 11/04/2008 Views: 8
I am having trouble figuring out the most efficient method for parsing a text file - string, stringbuffer, stringbuilder, etc...  I have a long text document that has about 50 fields that need to b...
Zones: JavaDate Answered: 12/07/2008 Views: 44
Whenever we create an applet or a frame, it opens on the top left corner of the window. I want the applet to open in the middle or on the coordinates specified. My applet is using tabbedpanes. I w...
Zones: New To Java, Programming, JavaDate Answered: 10/25/2007 Views: 4
I'm needing to create a server able of collecting a group of URLs and serve them together as one if fetched in less them X time (10% more time is ok). I'm able of doing almost all in this problem. ...
Zones: Java, PerlDate Answered: 01/10/2008 Views: 0
How may I set grammatically(using java) the BOM of a flat ascii in order to be recognized as UTF8  
Zones: JavaDate Answered: 07/10/2008 Views: 0
Hi, I have a file with basically 2 types of text lines, PRINTs and TOSes. I am trying to read through the file and parse them out using a Scanner object. It is however very slow. I was wondering i...
Zones: Java, J2SEDate Answered: 07/16/2008 Views: 0