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
I think it would better to write the metod as a static one in a class, as following code shows: import java.util.*; public class Vowel{ private static final String[] vowels = {"a","e","i","o","u","A","E","I","O","U"}; public static boolean isVowel(String ch){ for(String v : vowels){ if(ch.equals(v)){ return true; } } //if not match return …
Hello, everyone! I will graduate in this month, and I have contracted with a software development company as a Java Programmer. I am, however, wondering how could I become an excellent Java programmer! I need some suggestions on: how to improve my development skills? what kind of book or journal …
Today I opened a file with wim, I found that all the blank characters, commas, etc are highlighted as the following image shows, but I don't know what's the matter! I hope some one could help me to solve this problem, thanks!
The End.