Java Development
1.88K subscribers
122 photos
1 video
2 files
131 links
Learn something new in quality

Instagram Link Java_Quizs

https://instagram.com/java_quizs?utm_medium=copy_link
Download Telegram
#Java_Quizs (Question - 146)

Why a java program cannot directly communicate with an ODBC driver??
Anonymous Quiz
41%
ODBC is written in Java
14%
ODBC is written in C#
22%
ODBC is written in C++
23%
ODBC is written in C
👍2👏1
#Java_Quizs (Questions - 147)

Which of the following is a linear data structure ?
Anonymous Quiz
81%
Array
5%
Avl tree
12%
Binary tree
2%
Graphs
👍3
#Java_Quizs (Question - 148)

The data structures required to check whether an expression contains a balanced parenthesis is ......
Anonymous Quiz
17%
Queue
43%
Stack
21%
Array
19%
Tree
#Java_Quizs (Question - 149)

Which is not a feature of oop's in general definitions ?
Anonymous Quiz
20%
Efficient Code
14%
Code reusability
21%
Modurality
45%
Duplicate/Redundant Data
👍3
#Java_Quizs (Question - 150)

In multilevel inheritance,which is the most significant feature of OOP used??
Anonymous Quiz
71%
Code reusability
10%
Code efficient
9%
Flexibility
11%
Code readability
👍4😢1
#java_quizs (Question - 151) . What is the name of the method used to start a thread execution?
Anonymous Quiz
20%
init();
50%
start();
26%
run();
3%
resume();
🎉4😢1
#Java_Quizs (Question - 152)

Which two are valid constructors for Thread?
Anonymous Quiz
27%
Thread(Runnable r, String name)
14%
Thread()
9%
Thread(Runnable r, ThreadGroup g)
50%
Both 1 And 2
👍2
🎉4🤯1😢1
#Java_Quizs (Question - 154)

Which programming language is highest paying?
Anonymous Quiz
65%
Java
25%
Python
7%
Clojure
3%
C
🤯8🤔2
#Java_Quizs (Question - 155)

A team of sun engineers is also known as
Anonymous Quiz
17%
Green Team
50%
Oak Team
26%
Java Team
7%
software Team
😱5👍2😁1
#Java_Quizs (Question - 156)

Sun Microsystems released its first public implementation in
Anonymous Quiz
33%
"1994 as Java 1.0"
46%
"1995 as Java 1.0"
17%
"1996 as Java 1.0"
5%
"1999 as Java 1.0"
🤯12😁2👍1
#Java_Quizs (Question - 157)

Which feature of OOP is exhibited by the function overriding?
Anonymous Quiz
72%
Polymorphism
7%
Encapsulation
9%
Abstraction
12%
Inheritance
👍1😁1
#Java_Quizs (Questions - 158)

Which Feature Of Oop Indicates code reusability?
Anonymous Quiz
16%
Abstraction
62%
Inheritance
11%
Polymorphism
10%
Encapsulation
👍1🤩1
#Java_Quizs (Question - 159)

Which feature of OOP is exhibited by the function overriding?
Anonymous Quiz
66%
polymorphism
12%
encapuslation
8%
abstraction
14%
inheritance
#Java_Quizs (Question - 160)

Which of the following declarations does not compile?
Anonymous Quiz
58%
double num1, int num2 = 0;
10%
int num1, num2;
12%
int num1, num2 = 0;
20%
int num1 = 0, num2 = 0;
🤯2👍1😁1