Java Development
1.91K 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
https://www.instagram.com/p/CgVo6WYvuYv/?igshid=YmMyMTA2M2Y=

Guess the output 🧐🧐🧐
#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
Java Development
Photo
Guess the output 🧐🧐???
Java Development
Photo
Answer :

X run = new X();

Thread t = new Thread(run);

t.start();
πŸ₯°4
πŸŽ‰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
Guess The Answer 🧐🧐🧐
πŸ‘1🀯1
πŸ‘ŠπŸ‘ŠπŸ‘Š
#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
πŸ‘2
#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 Development
Photo
Explanation :

Program compiles successfully. But at runtime throws an error β€œNoSuchMethodError”. 
πŸ”₯3
Answer :- This will give compile error - β€œLossy conversion from int to short”
πŸ‘1
#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
#Java_Quizs (Question - 161)

What is the average case complexity of bubble sort?
Anonymous Quiz
25%
O(logn)
28%
O(nlogn)
34%
O(n^2)
13%
O(n)
πŸŽ‰4