Filling dialogue box once opened, the user can fill in the form in any order, whereas they must follow the menu hierarchy strictly. The form shows all the options at once and leaves them in view, whereas pulldown menus are only visible once opened, and once an option is set it is hidden again. Because of the free order, there must be a special "do it" key in the form, whereas selecting a terminal item on a menu automatically signals completion of the sequence. The error potential is the same: probably no invalid selections will be possible. Feedback is probably the same.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
System is a predefined final class, out is a PrintStream object and println is a built-in overloaded method in the out object.
Create Date
:
Sunday, September 02, 2007
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
If the video problem produces a blank display, disconnect the monitor's signal cable from its video adapter card. If a raster appears, a video card problem is indicated.
Create Date
:
Friday, April 25, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
System: System refers to current java program.
out: out refers to output device. by default it is monitor.
println: to print the specific string onto output device in next line
Create Date
:
Sunday, March 16, 2008
Click here
to improve the Interview Question, Answer and other fields.