iam writing the contents to a excel through I/O i am putting first statement as WRITE and then READ(from excel) immediately..later user complains that he is not getting the date by using READ ..wat could be the situation
3 5693Hi 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...
NSN,
2 5337Suppose there are 3 combo box. SELECT COUNTRY SELECT STATE SELECT CITY if i select any country from country conutrylistbox values in the state will get automatically inserted with database values>> THEN on selection of state city will be inserted in city combo box If you can help then please Help me...
HCL,
2 13103Post New Advanced Java Questions
What is JTS?
why static class in java
What are the different algorithms used for clustering?
What is the difference between long.class and long.type?
which book is better for jdbc ,servlets and jsp
What is the difference between the ‘font’ and ‘fontmetrics’ class?
which type of objects reference will be given to client?
What is prototype?
What is synchronization and why is it important?
What is a sessionfactory? Is it a thread-safe object?
What is a session? Can you share a session object between different theads?
What is the diffrence between a local-tx-datasource and a xa-datasource?
Explain how will the struts know which action class to call when you submit a form?
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!
How would you reatach detached objects to a session when the same object has already been loaded into the session?