How u validate date in DD/MM/YY format. and how u validate
money in ur jsp
Answer Posted / test
Locale locale = Locale.GERMANY;
String string =
NumberFormat.getCurrencyInstance(locale).format(123.45);
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is jboss?
What is bean? Where can it be used?
What is the difference between ear, jar and war file?
What value does readline() return when it has reached the end of a file?
What is the map interface?
Can we sent objects using Sockets?
What is TL and its use?
How task's priority is used in scheduling?
What is the purpose of the wait(), notify(), and notifyall() methods?
What is the relationship between an event-listener interface and an event-adapter class?
What is the difference between session and entity beans?
Should synchronization primitives be used on bean methods?
What are the different class loaders used by jvm?
Is the infobus client side only?
How to deploy Jar, War files in J2EE?