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/...
gugalepublic <gugalep...
gugalepublic@...
Jan 5, 2003 10:16 am
12462
Hi denny: Following are the grammer spec for local variable declaration from JLS ...
Dear Exam Cram member, We're back, and better than ever! The Exam Cram site you used to know and love is now Exam Cram 2 (http://www.examcram2.com), produced...
examcram2@...
Jan 7, 2003 3:03 am
12465
yjsyzb
yjsyzb@...
Jan 10, 2003 11:34 am
12466
Hi, Yes, but what if the specific value permissible in not known/wide range of values instead of just 7... Thanks, Sammy....
Hi, How do we convert int to double with precision 2..... Like the code has values as 222 and 333.21 but we need to append zeroes only for 222 making it 222.00...
As I understand, your regular primitive datatype cant be null- only objects can.. either way I dont exactly understand what u meant by size&length .. do u mean...
yes,,, this is what i mean (the first case in your email) As I understand, your regular primitive datatype cant be null- only objects can.. either way I dont...
well u could try a simple program like this ... public class CountDigits { public static void main(String args[]) { int myNum = 7896; //This is the number int...
Sam, Look at the DecimalFormat class in the java.text package. You might find what you want there. Tom Register yourDomnain name for only $9.95 atEZ Domains...
Dear Friends: We would like to personally invite you to Tiki Bob's Cantina, located at 2020 N. Lamar Street Dallas, TX in the West End. January 17th from 6pm...
promo@...
Jan 11, 2003 5:51 am
12473
Dear All, I am Willing to take SCJP1.4. Since Java includes vast core API , I am in doubt that whether we need to thoroughly keep in mind the signatures of all...
What was that attached? Register your Domain Name for less than $10. Host 300 mb storage for $7.95/mo at Web Connections ... Do you Yahoo!? Yahoo! Mail Plus...
you have this virus -> "W32.Sobig.A@mm " ... name=Sample.pif __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful....
Hence, I don't feel comfortable running this progam.--- Sudha angadi wrote:> you have this virus -> "W32.Sobig.A@mm "> --- big@... wrote:> > Attached...
Hi ! The attached files send by big@... contained viruses. BEWARE .................... Emmanuel janeev. Catch all the cricket action. Download Yahoo!...
Hi Everyone!, Can anybody please help me in creating and executing JAR files from the command line. I tried the following : //To create the jar file Server.jar...