hi One of the question in Jworski exam is is the statement below true "getComponent() method is used to access a Component in a container." Answer given is true. But there is no getComponent method with no argument. Instead there is a method (I remember) : getComponent(int i) So while answering such types of questions should we ignore the argument list? Thanks Shikhar
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12269
1
posted
0
The style of giving a method name like this: getComponent() when in reality the method takes some arguments is pretty widespread. You will have to try to figure out from the context of the question whether it is about the existance of a no-args method. Bill