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
Define the remote object implementation?
What value does read() return when it has reached the end of a file?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
What modifiers may be used with an interface declaration?
What are the call back methods in entity bean?
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!
What is the difference between RMI registry and OS Agent?
Explain ioc concept?
How substring() method of string class create memory leaks?
Where can I find seam examples and documentation?
What are the sequence of steps to write pub or sub model kind of application?
Write a program to show synchronization?
Where can I ask questions and make suggestions about seam?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
How would you detect a keypress in a jcombobox?