๐ Freelancing and Digital Marketing Courses ๐
30+ Recorded video Course
๐๐ข๐ ๐ก๐ฅ๐ข๐ ๐ก๐ญ๐๐ ๐๐จ๐ฎ๐ซ๐ฌ๐๐ฌ:
๐ฏ Social Media Marketing Course
๐ฏ WordPress Development Course
๐ฏ Android App Development Course
๐ฏFacebook Ads Course
๐ฏ Search Engine Optimization Course
๐ฏ Email Marketing Course
๐ฏ Google Ads Course
๐ฏ YouTube Domination Course
๐ฏ Amazon Business Course
๐ฏ Fiverr Freelancing Course
๐ฏ Content Writing Course
๐ฏ Graphic Designing Course
๐ฏ Video Editing Course
๐ฏ Ecommerce Business Course
๐ฏ Dropshipping Course
๐ฏ Facebook Adbreaks Cours.
๐ฏ E-Commerce Business Course
๐ฏ Shopify Course
๐ฏ Web Development & Design.
๐ฏ And Many More
#on_demand
๐Link : drive.google.com/drive/folders/1ezDZ3uDplBOjbuBGw1qxzzD64tiXhtDt?usp=sharing
๐ ๊ฐษชสแด แดแด๊ฑ๊ฑแดกแดสแด : hackinsider
โ ๏ธ ๊ฐแดส แดแด แดแดแดแดษชแดษดแดส แดแดสแดแด๊ฑแด๊ฑ แดษดสส
สแดแดแดแด ๊ฐแดส แดแดสแด ๊ฑแดแดส แดแดษดแดแดษดแด โค๏ธ
Join us @Compu
30+ Recorded video Course
๐๐ข๐ ๐ก๐ฅ๐ข๐ ๐ก๐ญ๐๐ ๐๐จ๐ฎ๐ซ๐ฌ๐๐ฌ:
๐ฏ Social Media Marketing Course
๐ฏ WordPress Development Course
๐ฏ Android App Development Course
๐ฏFacebook Ads Course
๐ฏ Search Engine Optimization Course
๐ฏ Email Marketing Course
๐ฏ Google Ads Course
๐ฏ YouTube Domination Course
๐ฏ Amazon Business Course
๐ฏ Fiverr Freelancing Course
๐ฏ Content Writing Course
๐ฏ Graphic Designing Course
๐ฏ Video Editing Course
๐ฏ Ecommerce Business Course
๐ฏ Dropshipping Course
๐ฏ Facebook Adbreaks Cours.
๐ฏ E-Commerce Business Course
๐ฏ Shopify Course
๐ฏ Web Development & Design.
๐ฏ And Many More
#on_demand
๐Link : drive.google.com/drive/folders/1ezDZ3uDplBOjbuBGw1qxzzD64tiXhtDt?usp=sharing
๐ ๊ฐษชสแด แดแด๊ฑ๊ฑแดกแดสแด : hackinsider
โ ๏ธ ๊ฐแดส แดแด แดแดแดแดษชแดษดแดส แดแดสแดแด๊ฑแด๊ฑ แดษดสส
สแดแดแดแด ๊ฐแดส แดแดสแด ๊ฑแดแดส แดแดษดแดแดษดแด โค๏ธ
Join us @Compu
๐34โค6๐ฅฐ4๐2๐1
โ๏ธโ๏ธ......๐๐๐......โ๏ธโ๏ธ
Q: load() method
load() method is used to retrieve an object from the database by its identifier (primary key). It is used to initialize a proxy object instead of a fully-initialized object, so it can be used to lazily load the object when it is needed.
load() method does not retrieve the object from the database when it is called. Instead, it returns a proxy object that represents the object. The actual object is only retrieved from the database when it is needed, such as when a method of the object is called or a property is accessed. This technique is known as โlazy loadingโ and it is used to improve the performance of Hibernate by avoiding unnecessary database queries.
Join us @Compu
Q: load() method
load() method is used to retrieve an object from the database by its identifier (primary key). It is used to initialize a proxy object instead of a fully-initialized object, so it can be used to lazily load the object when it is needed.
load() method does not retrieve the object from the database when it is called. Instead, it returns a proxy object that represents the object. The actual object is only retrieved from the database when it is needed, such as when a method of the object is called or a property is accessed. This technique is known as โlazy loadingโ and it is used to improve the performance of Hibernate by avoiding unnecessary database queries.
Join us @Compu
๐13โค1
REST API Interview Questions & Answers.pdf
419.8 KB
REST API Interview Questions & Answers.pdf
๐13โค3
computer-fundamental-mcq-bank.doc
425 KB
โค13๐6๐2
โ๏ธโ๏ธ......๐๐๐......โ๏ธโ๏ธ
What is DOM in Java?
DOM addresses the Document Object model. The point when an article contains some data about XML reports is called DOM Parser. This seems to be a tree structure. DOM API is carried out by a DOM Parser, which is extremely simple and easy to utilize. It addresses an XML Document into a tree design in which every component addresses tree limbs, makes an In Memory tree portrayal of the XML record, and then parses it. More memory is expected for this.
@Compu
What is DOM in Java?
DOM addresses the Document Object model. The point when an article contains some data about XML reports is called DOM Parser. This seems to be a tree structure. DOM API is carried out by a DOM Parser, which is extremely simple and easy to utilize. It addresses an XML Document into a tree design in which every component addresses tree limbs, makes an In Memory tree portrayal of the XML record, and then parses it. More memory is expected for this.
@Compu
๐19โค3
By default, Spring transactions are read-write, but you can explicitly configure them to be executed in a read-only context via the read-only attribute of the @Transactional annotation.
๐11โค3๐ฅฐ1
โ๏ธโ๏ธ......๐๐๐......โ๏ธโ๏ธ
Q:- What is light-4j?(Java)
light-4j is a platform or ecosystem for building and running cloud native microservices. The design goal is higher throughput, lower latency and smaller memory footprint to lower production costs.
@Compu
Q:- What is light-4j?(Java)
light-4j is a platform or ecosystem for building and running cloud native microservices. The design goal is higher throughput, lower latency and smaller memory footprint to lower production costs.
@Compu
๐7๐1
What is Actuator in spring boot
Actuator is mainly used to expose operational information about the running application โ health, metrics, info, dump, env, etc. It uses HTTP endpoints or JMX beans to enable us to interact with it. Once this dependency is on the classpath, several endpoints are available for us out of the box.
@Compu
Actuator is mainly used to expose operational information about the running application โ health, metrics, info, dump, env, etc. It uses HTTP endpoints or JMX beans to enable us to interact with it. Once this dependency is on the classpath, several endpoints are available for us out of the box.
@Compu
๐10
โ๏ธโ๏ธ......๐๐๐......โ๏ธโ๏ธ
DevTools stands for Developer Tool. The aim of the module is to try and improve the development time while working with the Spring Boot application. Spring Boot DevTools pick up the changes and restart the application.
We can implement the DevTools in our project by adding the following dependency in the pom.xml file.
Spring Boot DevTools provides the following features:
Property Defaults
Automatic Restart
LiveReload
Remote Debug Tunneling
Remote Update and Restart
Join us @Compu
DevTools stands for Developer Tool. The aim of the module is to try and improve the development time while working with the Spring Boot application. Spring Boot DevTools pick up the changes and restart the application.
We can implement the DevTools in our project by adding the following dependency in the pom.xml file.
Spring Boot DevTools provides the following features:
Property Defaults
Automatic Restart
LiveReload
Remote Debug Tunneling
Remote Update and Restart
Join us @Compu
๐20โค5๐ฅ2