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
Answer / test
Locale locale = Locale.GERMANY;
String string =
NumberFormat.getCurrencyInstance(locale).format(123.45);
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / sushant
you can use java regex pattern matchers to achieve that.
| Is This Answer Correct ? | 4 Yes | 1 No |
Name three component subclasses that support painting?
What is an abstract method?
Why does most servlets extend HttpServlet?
Is it possible to stop the execution of a method before completion in a sessionbean?
Can we sent objects using Sockets?
Differences between applications and applets?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
How do you set security in applets?
How would you detect a keypress in a jcombobox?
What is the difference between Super and This Keyword?
What is local interface. How values will be passed?
what are JSP tags? what is difference between include action and directory?