Which of the following is included in the standard toolbar of NetBeans?
Icons of most frequently uesd commands.
The different tools in netbeans.
A dropdown list of items.
Title of application.
What is the use of a label?
To display texts
User to enter texts
Display multiple lines of text
Display name of the object
What makes java to real world ?
Light weight code
Built in graphics
Platform independence
Object oriented language
Choose the correct way of Java source code processing from the following.
Source code -> bytecode-> machine code.
Bytecode->machinecode->compiled code.
Source code->machinecode->bytecode.
Source code->compilecode->bytecode.
Which of the following are provided by GUI components?
Design configurations for a GUI application
Uniform look and feel for a GUI application
Screen element for GUI application
Enables GUI applications interactive
What is the shortcut to create a new GUI application project?
Ctrl+shift+n.
Ctrl+alt+delete.
Ctrl+enter.
Ctrl+shift+S.
What is meant by an event?
Request sent to an application.
Occurrence of an activity.
Information sent to the application.
Everything visual in a modern application.
What is a Sizing handle?
Handle for resizing a palette.
Handle to align text.
Handle to relocate controls.
Handle to resize a control.
Which of the following is a definition for Java bytecode?
Machine code to java processor chip.
Source code to java compiler.
Code for digital conversion.
Code for processing.
What is the use of a frame?
Display a set of component tools.
Display a set of controls.
Displays tree hierarchy of components in a frame.
Write javacode.