c-fiordev-21 question 172 discussion

View all SAP Certified Development Associate - SAP Fiori Application Developer Exam here
back to sap forum

Question 172

What method is called inside the library.js file?

  • A. sap.ui.getCore().runl_ibrary
  • B. sap.ui.getCore().loadLibrary
  • C. sap.ui.getCore().register-Library
  • D. sap.ui.getCore().initLibrary
Answer:

B

User Votes:
A
50%
B
50%
C
50%
D 1 votes
50%
Discussions
0 / 1000
marxuszart
1 year, 1 month ago

The file calls the sap. ui. getCore(). initLibrary

alan
5 months, 3 weeks ago

Encapsulate Function in a Custom Library - library.js
The library.js file contains JavaScript code for all enumeration types.
It contains dependencies to other namespaces and library-specific initialization code that is independent from the controls in the library.
The file calls the sap.ui.getCore().initLibrary()