Hi frnds ,iam new to java and j2ee ,my requirement is using
java or any j2eetech how to lock an user when he enter wrong
credentials(uname&password) more than 3 times.take the
username and passowrd in a bean no need to conned Db kindly
provide me sample application code or and ideas or links or
tutorials plzzzzz urgent for me thanks in advance...
Answer Posted / hero
Please Stop Learning About JAVA Its Better For Your Life....
Worst Doubt...
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Write a program to show synchronization?
Can I have an action without a form?
Why is string immutable in java?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
Why does the tag url-encode javascript and mailto links?
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 synchronization and why is it important?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
What modifiers may be used with an interface declaration?
How to pass parameters in RMI?
How would you create a button with rounded edges?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
What are the oops concept?
What class is used to create Server side object ?
What are transaction attributes?