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
Which of the following is the correct syntax to create a stream from a collection in Java?
Anonymous Quiz
34%
collection.toStream()
15%
Stream.create(collection)
πŸ”₯3πŸ‘Ž1
Which of the following is a terminal operation in the Stream API?
Anonymous Quiz
32%
forEach
28%
map
19%
filter
21%
collect
❀4πŸ‘1
Lets have a QnA session today from 9am to 10am you can post your questions here in reply to this post or in our discussion group
TechShiksha by Badkul Technology pinned Β«Lets have a QnA session today from 9am to 10am you can post your questions here in reply to this post or in our discussion groupΒ»
Evaluate the following Java expression, if x=3, y=5, and z=10:
β€”β€”β€”β€”β€”β€”β€”
++z + y - y + z + x++
Anonymous Quiz
34%
24
21%
23
13%
20
31%
25
πŸ‘3
What is the return type of the hashCode() method in the Object class?
Anonymous Quiz
42%
Object
28%
int
12%
long
18%
void
πŸ‘1
Forwarded from TechShiksha by Badkul Technology (spring boot and microservices admin)
Newly Joined Members subscribe to our channel to learn programming and crack written exams.

Click on below link to subscribe

https://tinyurl.com/dzrt4f7d

Discuss doubts in @javaforfree
which data type is used to store a single character in a variable should be used?
Anonymous Quiz
16%
int
72%
char
3%
float
2%
double
8%
string
❀7πŸ‘3
πŸ‘6
Which of the following is NOT a keyword in Java?
Anonymous Quiz
12%
for
10%
switch
27%
case
51%
integer
πŸ‘5πŸ₯°2
Forwarded from spring boot and microservices admin
How can you send data in the request body of a POST request in Spring?
Anonymous Quiz
49%
Using a request body object
20%
Using query parameters
18%
Using path variables
14%
Using form parameters
πŸ”₯3
🀣14😁8❀4πŸ‘1πŸ₯°1
πŸ‘11
What is the default value of an uninitialized boolean variable?
Anonymous Quiz
23%
true
48%
false
25%
0
4%
1
πŸ‘3
What is the correct syntax for declaring a variable in Java?
Anonymous Poll
23%
var myVariable;
72%
int myVariable;
12%
variable myVariable;
41%
String myVariable;
πŸ‘3😁3πŸ₯°1
TechShiksha by Badkul Technology
What is the correct syntax for declaring a variable in Java?
Multiple answers can be correct
πŸ‘4
Which of the following is the correct syntax for a single-line comment in Java?
Anonymous Quiz
33%
/* This is a comment */
62%
// This is a comment
3%
<!-- This is a comment -->
2%
** This is a comment **