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
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
YouTube
Spring Boot Tutorial: How to Install Spring Tool Suite (STS) for Efficient Development
How to install Spring Tool Suite.
Getting started with springboot
Getting started with microservices
Here is the list of videos of springboot.
1. Install sts https://www.youtube.com/watch?v=Uhp0Eu3eePQ&list=PLqDGM2q_T_ByUb0wZRpBbr3MdbiY4xgQP&index=2
2.โฆ
Getting started with springboot
Getting started with microservices
Here is the list of videos of springboot.
1. Install sts https://www.youtube.com/watch?v=Uhp0Eu3eePQ&list=PLqDGM2q_T_ByUb0wZRpBbr3MdbiY4xgQP&index=2
2.โฆ
Which of the following is the correct syntax to create a stream from a collection in Java?
Anonymous Quiz
20%
Stream.stream(collection)
34%
collection.toStream()
31%
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ยป
TechShiksha by Badkul Technology
Which of the following is the correct syntax to create a stream from a collection in Java?
Answer of this, watch only when you have voted
https://youtube.com/shorts/j6Qf6Eoi18I?feature=share3
https://youtube.com/shorts/j6Qf6Eoi18I?feature=share3
YouTube
Java, question of the day 20th June #javaprogramming #javaquestions #java #javaquiz #javaquizzes
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
Mail templates for sending Resume
https://www.linkedin.com/posts/frb-java_sending-resume-via-mail-activity-7065555389156589568-kQXf?utm_source=share&utm_medium=member_desktop
https://www.linkedin.com/posts/frb-java_sending-resume-via-mail-activity-7065555389156589568-kQXf?utm_source=share&utm_medium=member_desktop
Linkedin
Sending Resume via mail | TechShiksha by Badkul Technology
Refer few templates on how to send resume via Emails #resume
Evaluate the following Java expression, if x=3, y=5, and z=10:
โโโโโโโ
++z + y - y + z + x++
โโโโโโโ
++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
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
Which of the following option leads to the portability and security of Java?
Anonymous Quiz
54%
Bytecode is executed by JVM
21%
The applet makes the Java code secure and portable
14%
Use of exception handling
11%
Dynamic binding between objects
๐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
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