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...
مزيد من المعلومات »-->
2015-01-25T03:29:00-08:00
1) Java programs are ........ independent. A. platform B. procedural C. high level D. Secure 2) Methods having same name, same type signatur...
مزيد من المعلومات »
2015-01-24T22:01:00-08:00
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...
مزيد من المعلومات »
2015-01-23T01:21:00-08:00
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...
مزيد من المعلومات »
2015-01-22T23:29:00-08:00
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...
مزيد من المعلومات »
2015-01-22T02:33:00-08:00
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...
مزيد من المعلومات »
2014-08-28T01:04:00-07:00
1. Which exception is thrown by the read( ) method of input stream class? A) Exception B) ClassNotFoundException C) read Exception D) IOExce...
مزيد من المعلومات »
2014-08-26T01:34:00-07:00
1. A java program is first ................ and ................... A) executed, run B) compiled, run C) run, compiled D) interpreted, compi...
مزيد من المعلومات »
2014-07-22T23:10:00-07:00
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...
مزيد من المعلومات »
2014-01-09T01:50:00-08:00
1. A Java program cannot directly communicate with an ODBC driver because ....... ODBC Administrator (Photo credit: Wikipedia ) A) ODBC writ...
مزيد من المعلومات »
2013-12-05T21:25:00-08:00
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...
مزيد من المعلومات »
2013-12-04T23:55:00-08:00
1. In java a ....................... is a sequence of characters. Schema of the general architecture of a program running in a Java Virtual ...
مزيد من المعلومات »
2013-08-15T23:43:00-07:00
English: JDBC type 3 driver (Network Protocol driver) (Photo credit: Wikipedia ) 1. What is JDBC ? A) java compiler B) Java API C) Java int...
مزيد من المعلومات »
2013-07-31T23:13:00-07:00
1. Java Servlets are efficient and powerful solution for creating ....................... for the web. A) dynamic content B) static content...
مزيد من المعلومات »
2013-07-27T00:50:00-07:00
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...
مزيد من المعلومات »