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 |
Why won’t the jvm terminate when I close all the application windows?
what is a dirty read?
Dear freinds... I want to know how to write self mapping for a table using hibernate?
What are the high-level thread states?
What are skeletons and stubs and how they are generated?
What is mdb and what is the special feature of that?
Why use POJO when I can use hashmap
What you mean by COM and DCOM?
Why are some of the class and element names counter-intuitive?
What is the difference between static and non-static with examples?
What method is used to create the daemon thread?
Describe responsibilities of Activator?