Menu mobile
Home
Programming
Python Tutorial
Java Tutorial
C Tutorial
C++ Tutorial
Web Technology
HTML
CSS
Java Script
PHP
React JS
Node JS
Assignment
MS Office
HTML
CSS
Bootstrap
Java Script
JQuery
AngularJs
Project
Blog
QUIZ ON : java - JAVA INTRODUCTION
JAVA INTRODUCTION
00:00:00
English
Hindi
Question No# :
01
out of 21
What is Java Programming Language?
What is Java Programming Language?
A.
A runtime system
A runtime system
B.
A set of development tools
A set of development tools
C.
An Application Programming Interface (API)
An Application Programming Interface (API)
D.
All of these
All of these
Question No# :
02
out of 21
Java does not support _______________
जावा _______________ का समर्थन नहीं करता
A.
Inheritance
Inheritance
B.
Multiple inheritance for classes
Multiple inheritance for classes
C.
multiple inheritance of interface
multiple inheritance of interface
D.
compile time polymorphism
compile time polymorphism
Question No# :
03
out of 21
What is the extension of a source code in Java?
जावा में बाइट कोड का एक्सटेंशन क्या है?
A.
.java
.java
B.
.class
.class
C.
Both a and b
Both a and b
D.
None of these
None of these
Question No# :
04
out of 21
What is a set of pseudo machine language instructions that are understood by the Java Virtual Machine and are independent of the underlying hardware called?
मशीन भाषा निर्देशों का एक सेट जो जावा वर्चुअल मशीन द्वारा समझा जाता है और अंतर्निहित हार्डवेयर से स्वतंत्र होता है उसे क्या कहा जाता है?
A.
JVM
JVM
B.
Source Code
Source Code
C.
Compilation
Compilation
D.
Bytecode
Bytecode
Question No# :
05
out of 21
Runtime polymorphism feature in java is
जावा में रनटाइम पॉलीमॉरफिस्म सुविधा है
A.
method overriding
method overriding
B.
method overloading
method overloading
C.
constructor overloading
constructor overloading
D.
operator overloading
operator overloading
Question No# :
06
out of 21
Which concept of Java is a way of converting real world objects in terms of class?
जावा की कौन सी अवधारणा वास्तविक दुनिया की वस्तुओं को वर्ग के संदर्भ में परिवर्तित करने का एक तरीका है?
A.
Polymorphism
Polymorphism
B.
Encapsulation
Encapsulation
C.
Abstraction
Abstraction
D.
Inheritance
Inheritance
Question No# :
07
out of 21
What is the extension of the byte code in Java?
जावा में बाइट कोड का एक्सटेंशन क्या है?
A.
.java
.java
B.
.class
.class
C.
Both a and b
Both a and b
D.
None of these
None of these
Question No# :
08
out of 21
Name the Application program that is written and compiled which may then be executed in any machine provided it contains the JVM.
Name the Application program that is written and compiled which may then be executed in any machine provided it contains the JVM.
A.
Applets
Applets
B.
Applications
Applications
C.
Both a and b
Both a and b
D.
None of these
None of these
Question No# :
09
out of 21
Name the process that converts source code to bytecode.
Name the process that converts source code to bytecode.
A.
Interpretation
Interpretation
B.
Compilation
Compilation
C.
All of these
All of these
D.
None of these
None of these
Question No# :
10
out of 21
A set of instructions given to a computer to do a particular task.
किसी विशेष कार्य को करने के लिए कंप्यूटर को दिए गए निर्देशों का एक सेट।
A.
Program
Program
B.
High level Language
High level Language
C.
Object
Object
D.
None of these
None of these
Question No# :
11
out of 21
Which among the following represents a syntax error?
Which among the following represents a syntax error?
A.
Dividing an integer by zero.
Dividing an integer by zero.
B.
Accessing an element that is out of bounds of an array.
Accessing an element that is out of bounds of an array.
C.
Trying to store a value which is incompatible to a certain data-type.
Trying to store a value which is incompatible to a certain data-type.
D.
Missing semicolon
Missing semicolon
Question No# :
12
out of 21
Encapsulation concept in java is
जावा में एनकैप्सुलेशन अवधारणा है
A.
Hiding complexity
Hiding complexity
B.
Method hiding
Method hiding
C.
Hiding constructor
Hiding constructor
D.
None
None
Question No# :
13
out of 21
Following concept can be used for encapsulation in java programs
जावा प्रोग्राम में एनकैप्सुलेशन के लिए निम्नलिखित अवधारणा का उपयोग किया जा सकता है
A.
Wrapping data fields with methods
Wrapping data fields with methods
B.
Hiding data and internal methods using access modifiers in a class
Hiding data and internal methods using access modifiers in a class
C.
Using Interfaces
Using Interfaces
D.
All of the above
All of the above
Question No# :
14
out of 21
Which among the following is not a language feature in Java?
Which among the following is not a language feature in Java?
A.
Robust
Robust
B.
Secured
Secured
C.
Platform Independent
Platform Independent
D.
Procedure Oriented
Procedure Oriented
Question No# :
15
out of 21
A Virtual Processor that is implemented in software and runs using the capabilities provided by your operating system and computer hardware.
A Virtual Processor that is implemented in software and runs using the capabilities provided by your operating system and computer hardware.
A.
Byte Code
Byte Code
B.
Compiler
Compiler
C.
Interpreter
Interpreter
D.
Java Virtual Machine(JVM)
Java Virtual Machine(JVM)
Question No# :
16
out of 21
Name the programs that can be developed in such a way that it remains embedded in a web page and runs on the viewer’s machine in a secured manner by Java compatible browsers.
Name the programs that can be developed in such a way that it remains embedded in a web page and runs on the viewer’s machine in a secured manner by Java compatible browsers.
A.
Applets
Applets
B.
Applications
Applications
C.
Both a and b
Both a and b
D.
None of these
None of these
Question No# :
17
out of 21
What was Java initially called?
What was Java initially called?
A.
Oak
Oak
B.
C
C
C.
C++
C++
D.
None of these
None of these
Question No# :
18
out of 21
Java object oriented programming concepts is/are
जावा ऑब्जेक्ट ओरिएंटेड प्रोग्रामिंग अवधारणाएँ हैं/हैं
A.
Encapsulation
Encapsulation
B.
Inheritance
Inheritance
C.
polymorphism
polymorphism
D.
All of the above
All of the above
Question No# :
19
out of 21
Which among the following is a logical error?
Which among the following is a logical error?
A.
Missing semicolon
Missing semicolon
B.
Mismatched braces in classes and methods
Mismatched braces in classes and methods
C.
Misspelled keywords and identifiers
Misspelled keywords and identifiers
D.
Addition is required but subtraction is performed
Addition is required but subtraction is performed
Question No# :
20
out of 21
IS-A relationship in java is related to
जावा में IS-A संबंध किससे संबंधित है?
A.
Inheritance
Inheritance
B.
Encapsulation
Encapsulation
C.
Composition
Composition
D.
None
None
Question No# :
21
out of 21
Which among the following is not a valid error in Java?
Which among the following is not a valid error in Java?
A.
Syntax errors
Syntax errors
B.
Logical errors
Logical errors
C.
Run-time errors
Run-time errors
D.
Technical errors
Technical errors
Latest Current Affairs 2025
Online Exam Quiz for One day Exam
Online Typing Test
CCC Online Test 2025
Python Programming Tutorials
Best Computer Training Institute in Prayagraj (Allahabad)
Best Java Training Institute in Prayagraj (Allahabad)
Best Python Training Institute in Prayagraj (Allahabad)
O Level Online Test in Hindi
Bank SSC Railway TET UPTET Question Bank
career counselling in allahabad
Sarkari Naukari Notification
Best Website and Software Company in Allahabad
Sarkari Exam Quiz