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
why static class in java
Define the remote object implementation?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
If your ui seems to freeze periodically, what might be a likely reason?
Can I run seam outside of jboss as?
what are memory considerations of jsp compares to other web components?
What is a policy?
Difference between new operator and class.forname().newinstance()?
whats is mean by tiles in struts
What are the benefits of detached objects?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
What class is used to create Server side object ?
Is the ternary operator written x : y ? Z or x ? Y : z ?
What modifiers may be used with an interface declaration?
Can constructors be synchronized in java?