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


Please Help Members By Posting Answers For Below Questions

Is the session factory thread safe?

661


What is the form of storage space in java?

1721


Which are the different segments of memory?

583


whats is statement and procedure

1576


Explain what is orm?

663






What are various types of class loaders used by jvm?

485


What is the difference between a menuitem and a checkboxmenuitem?

572


Can I run seam outside of jboss as?

622


Explain the different types of memory used by jvm?

596


Whats new with the stop(), suspend() and resume() methods in jdk 1.2?

570


Difference between DurableSubscription and non- DurableSubscription?

1703


What are the oops concept?

567


difference between  ejb,struts,hibernate,spring and jsp

2285


How to implement RMI in Java?

2388


cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..

1720