No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Hi Prem, I am not entirely sure what you mean, but I think you are saying that you are not really sure how constructors in java works (i.e. how to create a new instance of the object). Since you have not explicitly defined a constructor, java will use the default …
Hello all, I am new here and fairly new to java and programming in general. I decided to make a little color chooser hoojie for fun (jar file attached), but it is tremendously slow. Partly it is my fault (code def not perfect..) but when I checked what was taking …
Some quick tips: 1) you can use sum += n1; instead of sum = sum + n1; 2) sum2 (the average) should be a float/double value unless you truly do not care about the decimal expansion 3) if you have an array int[] vals = new int[100]; then you can …
The End.
fresidue