if ("!abc123".matches("[a-zA-Z]*")) { System.out.println("Pure alphabetic string"); } else { System.out.println("Not pure alphabets"); }
Why NoSQL is in fashion?
-
Couple of years back NoSQL was relatively unheard term. It has become a
new buzzword in town, catching people's imagination. Almost all big daddies
of Int...
13 years ago