TechShiksha by Badkul Technology
5.78K subscribers
135 photos
238 files
617 links
https://www.youtube.com/@TechShikshaBT

Learn Java programming for free
Free hand written notes
Free ebooks
Free assignment support
Paid assignment support
Download Telegram
What is the time complexity of fibbonacci series?
Anonymous Poll
38%
O(n)
33%
O(n2)
25%
O(2 to the power n) exponential
4%
O(n3)
Write a program to count digit frequency.

Input 543346
5

Output 1

Because 5 is coming only once
๐Ÿ‘2๐Ÿ‘1
Which keyword is used to inherit a class in java?
Anonymous Quiz
64%
extends
7%
super
18%
inherit
7%
implements
4%
this
Which Loop Is Best When We Know The Number Of Iterations??
Anonymous Quiz
61%
for
16%
while
12%
do while
8%
for each
4%
poll check
๐Ÿ”ฅ5๐Ÿ‘2
Newly Joined Members subscribe to our channel to learn programming and crack written exams.

https://www.youtube.com/c/frbjava


Discuss doubts in @tcs_infosys_accenture
Newly Joined Members subscribe to our channel to learn programming and crack written exams.

https://www.youtube.com/c/frbjava


Discuss doubts in @tcs_infosys_accenture
Newly Joined Members subscribe to our channel to learn programming and crack written exams.

https://www.youtube.com/c/frbjava


Discuss doubts in @tcs_infosys_accenture
Newly Joined Members subscribe to our channel to learn programming and crack written exams.

https://www.youtube.com/c/frbjava


Discuss doubts in @tcs_infosys_accenture
#Java_Quizs (Question - 129)

Which of these operators can be used to concatenate two or more String objects?
Anonymous Quiz
55%
+
17%
+=
14%
&
14%
||
โค6๐Ÿ˜1
Newly Joined Members subscribe to our channel to learn programming and crack written exams.

https://www.youtube.com/c/frbjava


Discuss doubts in @tcs_infosys_accenture
#Java_Quizs (Question - 132)

System.out.println(math.factorial(0))
Anonymous Quiz
47%
0
31%
1
14%
Can't Say
8%
None of the Above
๐Ÿ‘1
#Java_Quizs (Question - 130)

Which of the following data structures finds its use in recursion?
Anonymous Quiz
33%
Stack
16%
Queues
25%
Linked List
25%
Arrays
๐Ÿคฎ3๐Ÿ‘2๐Ÿฅฐ1
#Java_Quizs (Question - 133)

Which of these method of class String is used to compare two String objects for their equality?
Anonymous Quiz
52%
equals()
23%
Equals()
18%
isequal()
7%
Isequal()
Newly Joined Members subscribe to our channel to learn programming and crack written exams.

https://www.youtube.com/c/frbjava


Discuss doubts in @tcs_infosys_accenture
TechShiksha by Badkul Technology pinned ยซNewly Joined Members subscribe to our channel to learn programming and crack written exams. https://www.youtube.com/c/frbjava Discuss doubts in @tcs_infosys_accentureยป
๐Ÿ‘2
#Java_Quizs (Question - 135)

Which of these class is used to create an object whose character sequence is mutable?
Anonymous Quiz
28%
String()
45%
StringBuffer()
19%
String() & StringBuffer()
8%
None of the mentioned
๐Ÿ‘1๐Ÿ‘Ž1
#Java_Quizs (Question - 138)

In which of the following is toString() method defined?
Anonymous Quiz
21%
java.lang.Object
56%
java.lang.String
20%
java.lang.util
4%
None