Which feature of Java makes it possible to run a Java program on different platforms?
Which feature of Java makes it possible to run a Java program on different platforms?
Which of the following is a superclass of every class in Java?
Which of the following is a superclass of every class in Java?
Which of these are selection statements in Java?
Which of these are selection statements in Java?
Which exception is thrown when java is out of memory?
Which exception is thrown when java is out of memory?
What is the extension of compiled java classes?
What is the extension of compiled java classes?
What is Truncation in Java?
What is Truncation in Java?
Which of the following is a type of polymorphism in Java Programming?
Which of the following is a type of polymorphism in Java Programming?
Ingres is a ……………………
Ingres is a ……………………
Prepared Statement object in JDBC used to execute……….. queries.
Prepared Statement object in JDBC used to execute……….. queries.
When a program class implements an interface, it must provide behavior for
When a program class implements an interface, it must provide behavior for
In java
, …………. can only test
for equal
ity, whereas ………… can evaluate any type of
the Boolean expression.
In java
, …………. can only test
for equal
ity, whereas ………… can evaluate any type of
the Boolean expression.
Which of the below is not a Java Profiler?
Which of the below is not a Java Profiler?
Which of the following is not an OOPS concept in Java?
Which of the following is not an OOPS concept in Java?
What is not the use of “this” keyword in Java?
What is not the use of “this” keyword in Java?
What is the purpose of the PATH environment variable in Java?
What is the purpose of the PATH environment variable in Java?
Which component of Java is responsible for running the compiled Java bytecode?
Which component of Java is responsible for running the compiled Java bytecode?
Which of these is not a feature of Java?
Which of these is not a feature of Java?
Which of the following is true about servlets?
Which of the following is true about servlets?
Which class provides system independent server side implementation?
Which class provides system independent server side implementation?
What is the numerical range of a char data type in Java?
What is the numerical range of a char data type in Java?
Which one of the following is not an access modifier?
Which one of the following is not an access modifier?
Which of these keywords are used for the block to be examined for exceptions?
Which of these keywords are used for the block to be examined for exceptions?
Which of these statements is incorrect about Thread?
Which of these statements is incorrect about Thread?
What will be the error in the following Java code?
byte b = 50;
b = b * 50;
What will be the error in the following Java code?
byte b = 50;
b = b * 50;
System.in.read() is being used, the program must specify the ……………… clause.
System.in.read() is being used, the program must specify the ……………… clause.
The third type of comment is used by a t
ool called ……………… for automaticgeneration of documentation.
The third type of comment is used by a t
ool called ……………… for automaticgeneration of documentation.
Which of these cannot be used for a variable name in Java?
Which of these cannot be used for a variable name in Java?
What is the extension of java code files?
What is the extension of java code files?
What will be the output of the following Java code?
What will be the output of the following Java code?
Which environment variable is used to set the java path?
Which environment variable is used to set the java path?
What will be the output of the following Java program?
What will be the output of the following Java program?
Which of the following option leads to the portability and security of Java?
Which of the following option leads to the portability and security of Java?
Which of the following is not a Java features?
Which of the following is not a Java features?
What should be the execution order, if a class has a method, static block, instance block, and constructor, as shown below?
What should be the execution order, if a class has a method, static block, instance block, and constructor, as shown below?
-
-
-
-
The \u0021 article referred to as a
The \u0021 article referred to as a
_____ is used to find and fix bugs in the Java programs.
_____ is used to find and fix bugs in the Java programs.
Which one of the following is not a Java feature?
Which one of the following is not a Java feature?
Which component is used to compile, debug and execute the java programs?
Which component is used to compile, debug and execute the java programs?
Which statement is true about Java?
Which statement is true about Java?
The compiled java program can run on an
y ………………… plateform having JavaVirtual Machine (JVM) installed on it.
The compiled java program can run on an
y ………………… plateform having JavaVirtual Machine (JVM) installed on it.
…………………… of
a remotely accessible object must implement …………….
…………………… of
a remotely accessible object must implement …………….
The class at the top of exception class hierarchy is ……………………..
The class at the top of exception class hierarchy is ……………………..
The ……………… and ……………….. classes are abstract classes that support reading
and writing of byte streams.
The ……………… and ……………….. classes are abstract classes that support reading
and writing of byte streams.
A package is a collection of
A package is a collection of
Which of the following control expressions are valid for an if statement?
Which of the following control expressions are valid for an if statement?
The concept of multiple inheritance is implemented in Java by
The concept of multiple inheritance is implemented in Java by
Which of the following do not represent legal flow control statements?
Which of the following do not represent legal flow control statements?
Data input is
Data input is
Who invented Java Programming?
Who invented Java Programming?
Which of the following is a valid declaration of a char?
Which of the following is a valid declaration of a char?