Please, be more specific. What is it supposed to do? What is it doing instead? Does it output any error message? The better your question the more likely...
Hi Folks, Could you all please let me know why, the contents of stringbuffer "S1" printed in line 3 (//3)and line 4(//4) are not same, even though the s2 has...
hi refer to java.sun.com this is only the best one. Regards, Kartik Soni, 09820173221 ... From: negar55375 <negar55375@...> Subject: [Java] need sorce ...
Hi,has any one been working on a chat messenger (yahoo/msn)? I have a requiremnet came up in my company has assigned me a module which contains a chat...
Hi, Chooti. The problem with your code is that s1 and s2 inside myBuf ARE NOT the same variables of s1 and s2 outside myBuf, they are local variables ...
Consider this line: StringBuffer s1 = new StringBuffer("Hello"); When you create any object such as new StringBuffer("Hello") Java builds the object in a...
As you using some statement like System.out.printf(""); is supported only jdk-1.6. So you should check up your compiler first whether it is supported by...
hi, answer of your queries are simple. actually StringBuffer works on same object (when we r performing any string operation). But String class creates...
Hi Gents, I'm trying to create a UI which has a field that takes the number init and after pressing on a JBotton, a several JText field would be created...
Dear Friends, Â Â Â Â Â Â Can any one prvide me the J2EE video tutorial. Â Â Â Â Thanks in advance Ramesh Add more friends to your messenger and enjoy!...
A java.sun.com interview with Sun's Masood Mortazavi (http://java.sun.com/developer/Meet-Eng/mortazavi/) presents fascinating and provocative ideas about...
Hi, You can get the API of GoogleTalk 'libjingle' which uses jabber protocol with xmpp extension. You can use this api for any jabber service. Try: ...
hi! does anyone know how to do java GUI based on semantic.how to get the link so it can appear at GUI applet. i know that it's used allegrograph with java. so...
http://forums. sun.com/thread. jspa?threadID= 5355325&tstart= 0 Note : I wrote my question on the forum . Please Check this link and let me know if you have...
Hi All, I'm Praveen working in a software concern and my web application is done with JSF(trinidad tags) as the front end UI. My doubt is i have to disable all...
Hi, You can use readonly attribute. it is available in all components i think. By passing true or false values to readonly attribute. You can pass this value...
hai friends......... I am doing project using JXTA. I need to know how to compile jxta program.I dont know how to import class file for jxta program. Please ...
Hi, Use the below sample code for writing objects to file system. The only thing to keep in mind while writing Objects is, if its user defined object then...
hai, is anyone in this room using a JXTA with Mysql Database Engine MyIsam ? Is that possibe to use a Transaction in MyIsam Engine ? because i try using a JXTA...
Except that your capitalization is all wrong. Java is very finicky about that. Sun recommends that all class names start with upper case, and each word starts...
Hi, friends, I need jar for LookAndFeel, if you know any jar available except (Synthetica and Nimbus). Please send me the link for that jar. Thanks Bala ...