akila raman

Greenhorn
+ Follow
since Jun 26, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by akila raman

lakshmi,
did you create an html file indicating the code, width and height attributes within applet tags and use that in applet viewer?
- akila
You should know all the constraints and what happens when
components in the GridbagLayout are resized.I got two questions on GridbagLyout onr theratical and one program
hope this helps

akila
congrats Jole and best luck for the future.
- akila
23 years ago
as far as variable naming is concerned only $ and underscore are the characters that can appear as the first digit.Any letter can be the first digit.
akila
The start() method puts the thread in the ready to run state. So
option a is not valid.Given the following lines of code we are not changing the priority of thread so it has NORM_PRIORITY and option b is valid and option c is valid too and d is not correct.
- akila
sorry to hear about your result.SCJP is definitely tough.Khalid and JQPlus are a definite must for SCJP.Do a lot of coding.Appear
in as many mock exams as possible.Note down your weakest areas and try to work on them.
Good luck
-akila
23 years ago
ketan,
the Mughal Khalid's exam applet is supposed to be tougher than SCJP.Even the questions after each topic in his book are tough.Consider each mock exam to be tougher than SCJP and you won't find SCJP to be tough.
akila
I agree with Jane. 3 objects are created - a string literal and 2 stringbuffer objects

akila