Hello,
Is there any game hacker who is good at java programming?
Because I have a java assignment using Netbeans which I don't know how to do do.
Lazy Bastard allowed me to post this thread here.
Can anyone give me some pointers or step by step guide on how to complete this java assignment?
Is there any game hacker who is good at java programming?
Because I have a java assignment using Netbeans which I don't know how to do do.
Lazy Bastard allowed me to post this thread here.
Can anyone give me some pointers or step by step guide on how to complete this java assignment?
. I'll list a few things here but it's all a bit jumbled and doesn't look like it quite knows what its meant to be doing. First off be sure to use useful names for variables so you (and other people) know what they are for, resultsStore is a lot more useful than hm. You are using bingsearch as a key but never setting it to anything other than "" so each result will be overwritten in the HashMap at hm.put(bingsearch,a). Not that it will ever get there as there is very little chance the line read from br will equal "</cite>", it might contain it but equals and contains are very different. text.charAt(0) compares the first letter so can't be used to compare against a String and even then you should use .equals(String) and not ==. I'll leave it at that
Comment