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

what is DGC?

1 Answers  


what is handle?

0 Answers  


Hi I have joined java course. I also want additional help from any tutorials website. Please suggest me tutorials which provides easy to understand online applet tutorials?

0 Answers  


What is the difference between system.out ,system.err and system.in?

0 Answers  


What’s jboss cache in short?

0 Answers  






what is the proxy pattern?

1 Answers  


What is the lifecycle of an applet?

2 Answers  


Why use a datasource when you can directly specify a connection details?

0 Answers  


Why use a datasource when you can directly specify a connection details? (in a J2EE application)

1 Answers  


Explain about RMI Architecture?

0 Answers  


JMS based on what technology?

1 Answers  


What happens when we invoke a thread?s interrupt method while it is in sleeping or waiting condition?

1 Answers  


Categories