Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

4 Posted Topics

Member Avatar for 'Stein
Member Avatar for wavyaquaeyes

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 …

Member Avatar for NormR1
0
201
Member Avatar for fwso

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 …

Member Avatar for peter_budo
0
344
Member Avatar for fwso

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!

Member Avatar for Fest3er
0
89

The End.