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

Answer Posted / sdf

regex pattern

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are JTA/JTS and how they used by client?

1710


Name three component subclasses that support painting?

606


For which statements does it make sense to use a label?

576


What is the argument type of a programs main() method?

554


What is difference between object state and behavior?

569






What is the difference between a static and a non-static inner class?

586


What is re-entrant. Is session beans reentrant. Is entity beans reentrant?

570


What are transaction attributes?

607


What class is used to create Server side object ?

1658


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1356


Will the general public have access to the infobus apis?

519


What is local interface. How values will be passed?

541


Why use POJO when I can use hashmap

2041


Is the session factory thread safe?

661


What is the purpose of the notify() method?

587