Annotation in SpringBoot

**1.@SpringBootApplication **is a key annotation in Spring Boot, used to mark the main class of a Spring Boot application.2.@ConfigurationIndicates that the class can be used by the Spring IoC contain...
0 Read More

React JS

React JS
What is React?React is a front-end JavaScript library.React was developed by the Facebook Software Engineer Jordan Walke.React is also known as React.js or ReactJS.React is a tool for building UI comp...
0 Read More

React js-Axios,usestate,useeffect

What is Axios?Axios is a promise-based HTTP client for JavaScript that simplifies making HTTP requests from both the browser and Node.js environments. It supports all modern browsers and works well in...
0 Read More

Javascript - ServiceNow

How is JavaScript linked with ServiceNow? ServiceNow is built on JavaScript. Almost all the backend scripts (like Business Rules, Script Includes, Scheduled Jobs) are written using Server-...
0 Read More