Free Web Hosting Provider - Web Hosting - E-commerce - High Speed Internet - Free Web Page
Search the Web

JavaScript Brain Masher
1)What shortcut we use for importing objects in Eclipse IDE?
CTRL+0
ALT+O
CTRL+SHIFT+O
ALT+SHIFT+O
2)What shortcut we use to compile & run a source code in Eclipse IDE?
ALT + SHIFT + X and J
CTRL + SHIFT + J and X
CTRL + ALT + J and Q","
ALT + CTRL + Q
3)What is the current version for JDK Kit?
JDK 1.4 Update 1
JDK 1.5 Update 10
JDK 1.6 Update 9
JDK 1.6 Update 3
4)Which option is not an IDE Integrated Development Environment?
Eclipse
JIDE
Jcreator
NetBeans
5)Which option is not a feature of JAVA?
Cross Platform
Memory Management
Easy GUI Creation
Object - Oriented Programming
6)What is the name of the component that we use to create dialog box?
JtextField
JOptionPane
JtextPanel
JTextArea
7)What should be the name of the class, if the file name is Hello.java?
_HeLLO
hello
HELLO
Hello
8)Which one is not a method of JOptionPane class?
showInputDialog
showOptionDialog
showInformDialog
showMessageDialog
9)What is the purpose of the main method?
To build a user interface
To hold the APIs of the application
To create buttons and scrollbars
To act as the entry point for the program
10)An applet will run in almost any browser because...
The server has a built-in JVM
The browser has a built-in JVM
The source code is interpreted by the browser
Applets don't need a JVM