![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() Related Questions The window, Frame and Dialog classes use a border layout as their default layout. Latest Answer : Window, Frame and Dialog ... The Panel and Applet classes use the FlowLayout as their default layout. Latest Answer : panel and its subclasses(applets) ... The Collections API is a set of classes and interfaces that support operations oncollections of objects. Latest Answer : Collection API's are a group of classes where we can store more then one objects in as a single unit. Collection give some useful API where we can directly implement the Data structures. ... The List interface provides support for ordered collections of objects. Latest Answer : The list interface extends Collection and declares the behaviour of a collection that stores a sequence of elements. Elements can be inserted or accessed by their position in the list, using a Zero-based index. Alist may contain duplicate elements. ... It uses those low order bytes of the result that can fit into the size of the type allowed bythe operation. Latest Answer : In java there is no point of overflow and underflow, it was there in C. For avoiding that java introduces type casting. Java will allow some more space from the defult space of primtive type. ... The EventObject class and the EventListener interface support event processing. Latest Answer : Java.util.Event class ... Wrapped classes are classes that allow primitive types to be accessed as objects. Latest Answer : Wrapped classes are used to Primative data types as an Object.EX: int val1; val=10; val=new Integer(); ... Name three Component subclasses that support painting.The Canvas, Frame, Panel, and Applet classes support painting. A native method is a method that is implemented in a language other than Java. Latest Answer : Informs the compiler that the method has been used in a non-java platform and used only with the methods. ... The CheckboxMenuItem class extends the MenuItem class to support a menu item thatmay be checked or unchecked.
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||