How u validate date in DD/MM/YY format. and how u validate
money in ur jsp
Answers were Sorted based on User's Feedback
Answer / test
Locale locale = Locale.GERMANY;
String string =
NumberFormat.getCurrencyInstance(locale).format(123.45);
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / sushant
you can use java regex pattern matchers to achieve that.
| Is This Answer Correct ? | 4 Yes | 1 No |
How to deploy Jar, War files in J2EE?
list the types of dialodg
why static class in java
What is daemon thread?
Where can I find seam examples and documentation?
What is the purpose of the notify() method?
What will happens, when a thread cannot acquire a lock on an object?
Which class is the immediate superclass of the menucomponent class?
How can I avoid validating a form before data is entered?
Explain the methods of Naming class, rebind( ) and lookup()?
Do you think that java should have had pointers?
What is colon_pkg_prefixes and what is its use?