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
πŸ‘4πŸ‘2
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
watch these videos of springboot, if you have not already watched. soon we will move on to start using h2 database in our project.


1. Install STS https://tinyurl.com/2mxfsqg7

2. Hello world example https://tinyurl.com/2owp2b8c

3. Return list of objects to UI https://tinyurl.com/2luqewh6

4. Find object by id using get mapping https://tinyurl.com/2dth3tz5

5. Add object using post mapping https://tinyurl.com/2obdcb47

6. Update object using put mapping https://tinyurl.com/2kcw4wnn

7. Delete object using delete mapping. https://tinyurl.com/2oq2tw6r
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