Showing posts with label Java. Show all posts
Showing posts with label Java. Show all posts

Java

MCQ Questions on Fundamental of Java set-16

1) Java programs are ........ independent. A. platform B. procedural C. high level D. Secure 2) Methods having same name, same type signatur...

Objective Questions on Core Java Language set-2

1) The methods wait() and notify() are defined in A. java.lang.String B. java.lang.Runnable C. java.lang.Object D. java.lang.Thread 2) The d...

Interview Questions on Overview of Java set-15

1) Object is an ........ of class. A. instance B. implement C. inheritance D. invoke 2) ....... is the wrapper class. A. Random B. Byte C. V...

Solved MCQ on Fundamental of Java Language set-14

1) Which of the following statement is/are true? i) The name of a java program file must match the name of the class with the extension .jav...

MCQ on Core Java with Answers set-1

1. Which exception is thrown by the read( ) method of input stream class? A) Exception B) ClassNotFoundException C) read Exception D) IOExce...

MCQ on Java Programming Language Fundamental set-12

1. A java program is first ................ and ................... A) executed, run B) compiled, run C) run, compiled D) interpreted, compi...

MCQ on Java Programming With Answers set-11

1. If m and n are int type variables, what will be the result of the expression m%n when m=-14 and n=-3? A) 4 B) 2 C) -2 D) -4 2. Consider t...