ExamGecko
Question list
Search
Search

Related questions











Question 29 - CBDH discussion

Report
Export

Which of the following is the best answer when reviewing a "Code Invoking Transaction" in Hyperledger Fabric?

A.
Code invoking transaction is an SOAP API call to a chaincode function and is similar to how a URL pattern invokes a servlet in J2EE.
Answers
A.
Code invoking transaction is an SOAP API call to a chaincode function and is similar to how a URL pattern invokes a servlet in J2EE.
B.
Code invoking transaction is an REST API call to a chaincode function and is similar to how a URL pattern invokes a servlet in Node.js
Answers
B.
Code invoking transaction is an REST API call to a chaincode function and is similar to how a URL pattern invokes a servlet in Node.js
C.
Code invoking transaction is an API call to a chaincode function and is similar to how a URL pattern invokes a servlet in Node.jsD. Code invoking transaction is an REST API call to a chaincode function and is similar to how a URL pattern invokes a servlet in J2EE.
Answers
C.
Code invoking transaction is an API call to a chaincode function and is similar to how a URL pattern invokes a servlet in Node.jsD. Code invoking transaction is an REST API call to a chaincode function and is similar to how a URL pattern invokes a servlet in J2EE.
D.
Code invoking transaction is an API call to a chaincode function and is similar to how a URL pattern invokes a servlet in HTTPS
Answers
D.
Code invoking transaction is an API call to a chaincode function and is similar to how a URL pattern invokes a servlet in HTTPS
E.
Code invoking transaction is an RPC API call to a chaincode function and is similar to how a URL pattern invokes a servlet in HTTPS.
Answers
E.
Code invoking transaction is an RPC API call to a chaincode function and is similar to how a URL pattern invokes a servlet in HTTPS.
Suggested answer: B

Explanation:

Code invoking transaction is an REST API call to a chaincode function and is similar to how a URL pattern invokes a servlet in J2EE. ServletServlet can be used to create a default mapping for servlets. For example, to create a default mapping to map all servlets to /myservlet/*, so the servlets can be called using http://host:port/web-app-name/myservlet/com/foo/FooServlet, add the following to your web.xml file. (The web.xml file is located in the WEB-INF directory of your Web application.) ServletServlet weblogic.servlet.ServletServlet ServletServlet /myservlet/*

asked 16/09/2024
Jaroslaw Mikolajczyk
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first