KyaPoocha.com

Huge Collection of Interview Questions


Archive for June, 2007

How are the elements of a GridLayout organized? 

The elements of a GridBad layout are of equal size and are laid out using the squares of a grid.  Read more »

What are the legal operands of the instanceof operator? 

The left operand is an object reference or null value and the right operand is a class, interface, or array type.  Read more »

What Checkbox method allows you to tell if a Checkbox is checked? 

getState()  Read more »

Why are the methods of the Math class static? 

So they can be invoked as if they are a mathematical code library.  Read more »

How is it possible for two String objects with identical values not to be equal under the == operator? 

The == operator compares two objects to determine if they are the same object in memory. It is possible for two String objects to have the same value, but located... Read more »

Page 2 of 2«12