1.
Given: 1. class Test { 2. public static void main(String args[]) { 3. String str = new String("Welcome"); 4. // insert code here 5. } 6. } Which, inserted at line 4, produces the output true?
2.
Which is NOT a correct statement about entity beans?
3.
Which is valid?
4.
What is the definition of the acronym SQL?
5.
Which is true?
6.
Given that TestClass relies on classes in the someJar.jar file in /some/dir, which javac invocation will correctly compile TestClass in the current directory?
7.
A Java programmer wants to develop a small application to run on mobile phones. Which Java edition (or editions) are required to develop the application?
8.
Which Java technology provides a standard API for relational database access?
9.
Which is true?
10.
Which package contains classes to read from, and write to, files?