Dear Internet User, Good day, This article I've written is all about the fact where I earned an ASTOUNDING amount of money in less than a month and I've...
Hi, The actual question was: 1.How to find size of int(number of digits in it) and also, 2.how to check if the int 'i' is null... let's say we havea a code...
Oh! Question was pretty Simple One,and we all made it look complicated.... 1: for First Part int i=123; System.out.println( (i+"").length() ); i.e. Convert it...
Yes Thats right Primitives cannot be null as we point them directly with values ,but in case of object type we point them using reference & that can be null. ...
Hi, My client in Atlanta needs 2 Powerbuilder consultants with PowerBuilder, SQL, EA Server, Websphere or related server software JSP and HTML It is a...
Alex
legions2001@...
Dec 3, 2002 10:49 pm
12440
Hi First convert the StringBuffer to String . Then get the byte array from the string use this byte array to construct object of ByteArrayInputStream. Somnath ...
Somnath Vispute
somnath_v@...
Dec 4, 2002 7:57 am
12441
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the javacertstudy group. File :...
I would use a FileWriter since I think it's the easiest way to achieve this result or BufferedFileWriter. ... From: "greenvillered" <greenvillered@...> ...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the javacertstudy group. File :...
javacertstudy@yahoogr...
Dec 13, 2002 1:03 pm
12450
Hi, My requirement is that i have a file eg : abc.txt, then I need to search the string 'black box'. let's say that i found 6 occurences of the string black...
Hi jaspreet, Thanks for putting up all this information, well i need a little bit of advice/help from you. Since you are from Delhi, so i suppose u are one of...
hi jaspreet, since u ahve cleared the exam u can be the right person to guide me. first of which version of the exam did u give 1.2 or 1.4 and why? as i am...
Hi Jaspreet, Congratulations on clearing your SCJP. Just wanted to know whether you took the Java 1.2 exam or the 1.4 exam? In case you took the 1.4 exam, how...
Hi Friends.. First of all A VERY HAPPY NEW YEAR to all. Iam taking scjp v1.4 exam. I came to know from sun's website that the syllabus DOES NOT includes 1)...
That's correct. no applets, no io, not awt! ... __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign...
Then could u pls let me know what the syllabus actually include ??? ... __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus -...
Jagadeesh, Do all the mock exams you can, including purchasing one (besides just the free ones). Also, go on the http://www.sun.com website for info on what...
Dear all: I am really shocked when I failed to compile this line: int a = b = c = 3; Yes, I can compile this one: int a =3, b=3, c=3; But don't you think this...
Hi Alex, I guess it's caused variables b & c have not been declared yet (within it's variable type). As we know, Java is very tight to declare variables first...
Denny Permana
denny@...
Jan 3, 2003 6:58 am
12461
You can instead write int a, b, c; a = b = c = 3; ... (within it's ... is used. ... philosophy: to ... http://docs.yahoo.com/info/terms/...