Operators and Expression 2

Java quiz on Operators and Expression – 2

 

1
Created on By 52fd849a905aedf0249df9e69d61b55a?s=32&d=mm&r=gwefru

Type casting 1

TEST YOUR SKILLS BRODLY

1 / 10

Q.11  The JDBC-ODBC bridge allows ……….. to be used as ………..

2 / 10

Q.12 Which of the following is true about Java.

3 / 10

Q.13 ……………. are not machine instructions and therefore, Java interpreter generates machine code that can be directly executed by the machine that is running the Java program.

4 / 10

Q.14 The command javac

5 / 10

Q.15 Which of the following is not the Java primitive type

6 / 10

Q.16  Command to execute compiled java program is

7 / 10

Q.17 Java Servlet
i) is a key component of server-side Java development
ii) is a small pluggable extension to a server that enhances functionality
iii) runs only in Windows Operating System
iv) allows developers to customize any java enabled server

8 / 10

Q.18 Inner classes are

9 / 10

Q.19 How many times does the following code segment execute

int x=1, y=10, z=1;
do{y–; x++; y-=2; y=z; z++} while (y>1 && z<10);

 

10 / 10

Q.20 State whether the following statement is true or false for EJB.
1. EJB exists in the middle-tier
2. EJB specifies an execution environment
3. EJB supports transaction processing

Your score is

The average score is 0%

0%

Leave a Reply

Your email address will not be published. Required fields are marked *