Hello
I am a newbie in java so now i just write codes with dialogs and JOptionPane .. like this so it's easy codes. So i want to write a program like this;
Application will use only Dialog Boxes. Frames are not allowed to use.
Application should ask eight questions to user. You can find the questions and answer
at the end of the document.
Dialog boxes should use a different icon .
At the end of the quiz, the application should give information about:
• how many questions have been answered?
• how many of them are correct?
• How many of them are incorrect?
• What is the success percentage?
User should be able to give up quiz at any time by pressing red cross button on the
right top corner of the dialog box (close button for window). In this case, the
application should prompt the user if s/he really wants to give up. If s/he choose YES
button then the application should provide the information below. Otherwise, the
quiz should continue.
Quiz Questions and Answers
What shortcut we use for importing objects in "Eclipse" IDE?
A-) CTRL + O
B-) ALT + O
C-) CTRL + SHIFT + O
D-) ALT + SHIFT + O
What shortcut we use to compile & run a source code in "Eclipse" IDE?
A-) ALT + SHIFT + X and J
B-) CTRL + SHIFT + J and X
C-) CTRL + ALT + J and Q
D-) ALT + CTRL + Q
What is the current version for "JDK" Kit?
A-) JDK 1.4 Update 1
B-) JDK 1.5 Update 10
C-) JDK 1.6 Update 9
D-) JDK 1.6 Update 3
Which option is not an IDE "Integrated Development Environment"?
A-) Eclipse
B-) JIDE
C-) Jcreator
D-) NetBeans
Which option is not a feature of JAVA?
A-) Cross Platform
B-) Memory Management
C-) Easy GUI Creation
D-) Object - Oriented Programming
What is the name of the component that we use to create dialog box?
A-) JtextField
B-) JOptionPane
C-) JtextPanel
D-) JTextArea
What should be the name of the class, if the file name is Hello.java?
A-) _HeLLO
B-) hello
C-) HELLO
D-) Hello
Thanx for All Java Coders
Please Help! :(