Tony William

Ranch Hand
+ Follow
since Jun 27, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Tony William

mail just sent.... I hope I am not too late..
18 years ago
Thanks Josh, Neal, and Tom!

Looking forward receiving the book.... it must be fun reading it!
[ August 13, 2005: Message edited by: Tony William ]
18 years ago
Though I haven't read the book, I am thinking that reading the bookwill let the programmer to revise some of the skills / concepts that he/she already knows. By knowing the puzzles & understanding the soluton/eplanation, I believe it helps to build more concrete foundation in using the language. Besides, it may trigger some deeper thought on using a particular feature of the language.

One extra point is: it would be fun for us to try answering the puzzles before reading the solution! (at least Ito some readers)
18 years ago
just looked up in the net and see that the systematic testing tools in BlueJ are based on JUnit.

Details can be found here
18 years ago
correct me if I am wrong.

In the sample code, there is actually one thread running (ignoring the main program thread). As a result, the mentioned result is expected.

In case we have 2 or more thread, then the result will depend on the JVM's thread scheduler (as pointed out by Steve).
18 years ago
Can someone then let us know what is the difference in using a class file that is compiled with Debug and with no debug? What I mean is the impact to the runtime environment.
18 years ago
If you have tried a bit on JUnit, do visit JUnit FAQ
18 years ago
For JUnit, I find the following sites quite useful for beginners:

JUnit Primer

JUnit Cookbook
18 years ago
Arathi,

you mean you have seen questions in mock exam doing this?

In this is the case, that I think there should be a choice (assuming the question is a multiplce choice question) that "the code cannot compile".
18 years ago
I don't think you can do this.

You cannot reduce the visibility of the inherited method from the super class.

correct me if I am wrong.
18 years ago
if the encryption / decryption logic is in a class file, how to prevent someone from 'decompiling' the class file?
18 years ago
For me, I will usually use the common words as a prefix for my variables. In other words, I may have enumFruits, enumMyVar.
18 years ago
I am new to this forum.

In case where I have Java problem that would like to seek other's help, in what way should I let other people know exactly what problem I have? Can I somehow upload the java files?
18 years ago
I have asked similar question.

You may want to refer to the following post:

Question for Authors: does the book cover J2SE 5.0?
18 years ago
Do we have the TOC or sample chapter available somewhere in the internet for review?
[ August 09, 2005: Message edited by: Mark Spritzler ]
18 years ago