Doit

Ranch Hand
+ Follow
since Aug 03, 2000
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 Doit

Ajit,
Can u please help me..
wether we have to type " " for strings, {} for class declarations and ; for a statement??
What about true,false,null? shall we consider them as keywords?
Hi Karthik,
Congrats and best wishes.
Can u please let us know wether we have to type " " for strings, {} for class declarations and ; for a statement??
- Thanks
Congrats Man. It is a nice score.
Can u please let us know wether we have to type " " for strings, {} for class declarations and ; for a statement??
What about true,false,null? shall we consider them as keywords?
- Thanks
[This message has been edited by Doit (edited September 05, 2000).]
I do not think answer A is correct as
InputStreamReader does nor have constructor with two aruments.
- Thanks
Guys,
I think answer is Yes.
It means the same constraints(GridBag) can be used again for another component!!!
- Thanks
False.
is wrong too because of the use of should qualifier here. Calling super.finalize() and it is highly recommended to
ensure proper finalization of all the objects in the hierarchy. However, it is not a should-have condition. If you are
sure it will not cause any resource eaks you may chose not to do it!
Thanks Ajit for shooting the point. I got the answer from one of the previous post.
Which Readers can handle ASCII code?
I vote for FleReader.
Am i right?
- Thanks
Can a highlevel input stream takes itself as argument?I think they can as they all are derived from InputStream.
ex: BufferedInputStream can take
InputStream
BufferredInputStream
FilterInputStream
DataInputStream
Please help.
- Thanks
[This message has been edited by Doit (edited September 04, 2000).]
Can u guys please have a look at this also....
- Thanks
You can not be this tough
True or false: When the GUI thread calls paint() in order to repair exposure damage, the paint() method must determine what was damaged and set its clip region appropriately.
Answer False.
Any explanation??
- Thanks
Oops.. I know one exception InputStreamReader/OutputStreamReader incase of Readers.
I would like to know if there are any other exceptions like this.

(Please do ask me to refer to API )) )
- Thanks


[This message has been edited by Doit (edited September 03, 2000).]
It is a kind of highlevel output stream and accepts any lowlevel/highlevel output streams in construction.!!!

Am i right?
- Thanks