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



How u validate date in DD/MM/YY format. and how u validate money in ur jsp..

Answer / test

Locale locale = Locale.GERMANY;
String string =
NumberFormat.getCurrencyInstance(locale).format(123.45);

Is This Answer Correct ?    11 Yes 0 No

How u validate date in DD/MM/YY format. and how u validate money in ur jsp..

Answer / sushant

you can use java regex pattern matchers to achieve that.

Is This Answer Correct ?    4 Yes 1 No

How u validate date in DD/MM/YY format. and how u validate money in ur jsp..

Answer / sdf

regex pattern

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

Howmany interfaces are used in RMI?

2 Answers  


What is multithread synchronizing ?

4 Answers   Sun Microsystems,


whats is mean by class.forName() whats the return type of class

6 Answers   SolutionNET,


What’s jboss cache in short?

0 Answers  


What are the high-level thread states?

1 Answers  






Why DOM Parser would take more Memory than SAX parser while they are parsing?

3 Answers   OnMobile,


How to synchronize jsp page?

1 Answers   Infotech, TCS,


What are the implicit objects?

2 Answers   HCL,


How are commas used in the intialization and iteration parts of a for statement?

0 Answers  


Java is fully object oriented languages or not?

0 Answers  


What is in-memory replication?

0 Answers  


What is message driven beam?

0 Answers  


Categories