Bikash Mainalibikash8848.hashnode.devยทMar 3, 2024What should be the output?@SpringBootApplication public class Application { public static void main(String[] args) { SpringApplication.run(Application.class, args); } //@Order(2) @Component class Lie implements CommandLineRunner { @Overrid...JavaAdd a thoughtful commentNo comments yetBe the first to start the conversation.