Hi, my name is amel. Am new member and newbie in spring, i follow sample code "Transaction management strategies" on spring reference to optimize multiple...
The 1st <T> is for the return type. Thus, if T is ArrayList, your example is: protected ArrayList XMLFormat<ArrayList> getFormat(java.lang.Class<ArrayList>...
Hello, What happens to Swing's Event Dispatch Thread if you open a modal Dialog? How can other windows be blocked to user input and at the same time be...
Sorry, forget put that code.. I learn to use annotation for all scope(entity, dao, service and controller).. am don't have bean sessionFactory at context or...
Hello friends....... I wanna transfer a file through bluetooth from computer to mobile (i.e through J2SE application). plz help me regarding how to transfer a...
Hello, I m Pallavi doing B.tech I have some difficulty in my major project. Can anybody tell me how to implement Broadcating in TCP/IP protocol?????? Please...
Hello everyone, can anyone tell me how we can write loop statement which accept values from user, if by mistake user enter wrong value it should go back and...
I've had a Java programming class but it was some time ago, so I could use some assistance with this one. I'm trying to design an MP3 player applet which I'm...
hi, read this "Network Broadcasting and Multicasting Network interface cards are usually programmed to listen for three types of messages. They are messages...
hi i think you have half answered ur question.it would be something like this(eg if wrong value is value less than 18) System.out.println( "Enter age"); age...
Hi, Here is my answer, when i see your question. BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String s; System.out.println("Enter...
Dear friend As you are using do while loop so when user enter wrong value, set true in check so that the loop run again and ask from the user to enter another...
hello, This is pallavi.. Can anybody tell me how to print using LPD protocol from command prompt or in java??????? Since I want use reorder, remove options on...
Hi Techs I want to do two things:- (1) First I want to send an sms through my application to any mobile number in india. (2) Second, If user replies to that...
Hi, Am new and still learning java. I was wodering if there is Proceures and Functionsin java. I know we use them in the pseudocode. [Non-text portions of this...
hi, I did this applicaton on test basis for the first part. Please visit OTN ( Oracle Tech Network) and go to mobile applications you will get it. Thanks and...
... Yes. Java calls them "methods" for ideological reasons, but they are essentially the same as functions: they look the same and work the same way. -- John...
Hi, You can try http://code.google.com/p/jsmpp/ It using SMPP protocol, sending and receive SMS. Regards, uudashr On Fri, Jun 12, 2009 at 1:57 PM, Manish...
Hello everyone thanks your reply I've found the solution just ask user to enter y/n like char check; do{ System.out.println("Do you want to continue...y/n"); ...
Hello everyone I need to write a class basis on this senerio class should have all the accessor methods to read or modify the state of the object. James Video...