Channel Avatar

JavaBytes @UCaSeWSnWogktnA3o-ux1QWA@youtube.com

1.1K subscribers - no pronouns :c

@JavaBytes a Software Engineer, Author, Teacher, YouTuber.


Welcoem to posts!!

in the future - u will be able to do some more stuff here,,,!! like pat catgirl- i mean um yeah... for now u can only see others's posts :c

JavaBytes
Posted 4 months ago

2. What is the purpose of the continue statement in a loop?

1 - 0

JavaBytes
Posted 4 months ago

1. Which loop construct in Java best suits when the number of iterations is known?

2 - 0

JavaBytes
Posted 4 months ago

Spring Boot


Over the years spring has become more and more complex as new functionalities have been added. Just visit the page-spring.io/projects and we will see all the spring projects we can use in our application for different functionalities. If one has to start a new spring project we have to add build path or add maven dependencies, configure application server, add spring configuration . So a lot of effort is required to start a new spring project as we have to currently do everything from scratch. Spring Boot is the solution to this problem. Spring boot has been built on top of existing spring framework. Using spring boot we avoid all the boilerplate code and configurations that we had to do previously. Spring boot thus helps us use the existing Spring functionalities more robustly and with minimum efforts.

2 - 0