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 |
Is 'synchronised' a modifier?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
what is difference between object state and behaviour?
iam writing the contents to a excel through I/O i am putting first statement as WRITE and then READ(from excel) immediately..later user complains that he is not getting the date by using READ ..wat could be the situation
Write a program to show synchronization?
How many JSP scripting elements and what are they?
Name the method to find, if a thread is active or not?
Thread life cycle?
How many layers are there in RMI and what are they?
what we can't do in jdbc but can do hibernate?
What is MOM?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!