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...
مزيد من المعلومات »-->
1) Java programs are ........ independent. A. platform B. procedural C. high level D. Secure 2) Methods having same name, same type signatur...
مزيد من المعلومات »1) The CODE value in an ......... tag must name a class file that is in the same directory as the calling HTML page. A. (applet) B. >appl...
مزيد من المعلومات »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...
مزيد من المعلومات »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...
مزيد من المعلومات »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...
مزيد من المعلومات »1. Which exception is thrown by the read( ) method of input stream class? A) Exception B) ClassNotFoundException C) read Exception D) IOExce...
مزيد من المعلومات »1. A java program is first ................ and ................... A) executed, run B) compiled, run C) run, compiled D) interpreted, compi...
مزيد من المعلومات »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...
مزيد من المعلومات »1. A Java program cannot directly communicate with an ODBC driver because ....... ODBC Administrator (Photo credit: Wikipedia ) A) ODBC writ...
مزيد من المعلومات »1. Java was developed by the company A) Sun Micro systems Sun Micro systems Image CrunchBase B) Microsoft C) Micro tech D) IBM 2. What is th...
مزيد من المعلومات »1. In java a ....................... is a sequence of characters. Schema of the general architecture of a program running in a Java Virtual ...
مزيد من المعلومات »English: JDBC type 3 driver (Network Protocol driver) (Photo credit: Wikipedia ) 1. What is JDBC ? A) java compiler B) Java API C) Java int...
مزيد من المعلومات »1. Java Servlets are efficient and powerful solution for creating ....................... for the web. A) dynamic content B) static content...
مزيد من المعلومات »1. Using which keyword we can access value of the instance variables and class variables of that class inside the method of that class itse...
مزيد من المعلومات »