KyaPoocha.com

Huge Collection of Interview Questions


Archive for February, 2007

What are Vector, Hashtable, LinkedList and Enumeration? 

Vector : The Vector class provides the capability to implement a growable array of objects. Hashtable : The Hashtable class implements a Hashtable data structure.... Read more »

How are the elements of different layouts organized? 

FlowLayout: The elements of a FlowLayout are organized in a top to bottom, left to right fashion. BorderLayout: The elements of a BorderLayout are organized at the... Read more »

What is a layout manager and what are different types of layout managers available in java AWT? 

A layout manager is an object that is used to organize components in a container. The different layouts are available are FlowLayout, BorderLayout, CardLayout, GridLayout... Read more »

What is the difference between scrollbar and scrollpane? 

A Scrollbar is a Component, but not a Container whereas Scrollpane is a Conatiner and handles its own events and perform its own scrolling.  Read more »

What is source and listener 

Source : A source is an object that generates an event. This occurs when the internal state of that object changes in some way. Listener : A listener is an object... Read more »

Page 13 of 13« First...«910111213