August 2017
Beginner to intermediate
284 pages
6h 51m
English
You can allocate the memory requirement to any component. Here are the methods available to allocate the memory to a single instance of any component:
public T setMemoryLoad(Number onHeap, Number offHeap)
Alternatively, you can use the following:
public T setMemoryLoad(Number onHeap)
The following is the definition of each argument:
The data type of both onHeap and offHeap is Number, and the default value is 0.0.
Read now
Unlock full access