amutha chellappan

Greenhorn
+ Follow
since Sep 22, 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 amutha chellappan

hi
can u send me the materilas at amutha_c@yahoo.com
thank u
1)vh is the reference created inside the another().that is valid only for that method ie another method.v.i is public and that value is changed to v.i 20.
ie the reference ie v when u change the the value in the reference it changes the original value.ie v.i=20
but vh is instantiated inside the method.so not available in the main method.so v.i will have the same value of 20;since v=vh is valid only for the another method()
2)
u should know about the hierarchy.
u can always store the interface reference in an object;
it comes like this
object
|
|
interface
|
|
class a
|
|
class b extends a
in this u can store the reference from downwards
i think answer c says that u MUST specify the last row as REMAINDER.it is not compulsary.even if u dont specify the cell occupies the last row. it is not a must to specify.
d is right becuse once the fill is BOTH therei sno meaning for anchor tag

[This message has been edited by amutha chellappan (edited September 22, 2000).]
Congrats
i am taking up the exam next week
cen u tell me where u read about the sockeks and media tracker
1.i think u have the answer wrongly.actually when the fill is BOTH there is no use in palcing the component in the cell since it fills the cell.
3a)when the thread is at sleep call the interrupted method to make it in a ready state.right.so this does not stop excution.it starts te execution.like u alwyas have Interrupted Exception with the sleep() method
2b)when the thread is trying to read from the input it is waiting for the i/o till it gets and then proceeds.this is temporarily stoppin the thread
[This message has been edited by amutha chellappan (edited September 22, 2000).]
yes annswer c and e are right
[This message has been edited by amutha chellappan (edited September 22, 2000).]
inside an if loop if u initialise a variable
it is avavilable in that loop.u cannot access it outside the loop.
try to initiliase it outside .
[This message has been edited by amutha chellappan (edited September 22, 2000).]
[This message has been edited by amutha chellappan (edited September 23, 2000).]