Priya Pallavi

Priya Pallavi

45 Articles Published

Articles by Priya Pallavi

Page 5 of 5

C++11 Features Supported by Intel

Priya Pallavi
Priya Pallavi
Updated on 30-Jul-2019 203 Views

The C++11 features supported by Intel are available as an official guide in their docs. You can check these features out on https://software.intel.com/en-us/articles/c0x-features-supported-by-intel-c-compiler.

Read More

SAP SuccessFactor OData API access

Priya Pallavi
Priya Pallavi
Updated on 30-Jul-2019 1K+ Views

You need to sign up a demo account for SAP Cloud platform. SAP SuccessFactors and SAP HANA Cloud Platform, you can easily get SAP Cloud Applications Partner center program. You have to perform some additional configuration for both.For more details, you can go through below link:https://blogs.sap.com/2013/11/25/get-your-hands-dirty-successfactors-api-access-for-hcp-based-extensions/With use of OData API, it provides with built on protocols like HTTP following the REST methodologies for data transfer. With OData API, you can make use of SuccessFactors in providing Restful integration services for HR data in SAP Cloud.SAP SuccessFactors uses OData API for extraction and still there is some crucial sets of data ...

Read More

Unloading tables in SAP HANA database

Priya Pallavi
Priya Pallavi
Updated on 30-Jul-2019 805 Views

HANA consumes lot of space in system tables/views, statistics, caches. When you unload tables, these memory areas will not be released.Check SAP Notes https://launchpad.support.sap.com/#/notes/1969700

Read More

Difference between JCoClient and JCoDestination

Priya Pallavi
Priya Pallavi
Updated on 30-Jul-2019 814 Views

JcoDestination is the newer version (3) and JCO.client is the older version (2) of SAP Java connector Class. Along with the change of names in the classes, they have also re-written the library architecture in the new version JCoDestination. It is recommended to use the newer version JCodestination.

Read More

How (where) are the elements of an array stored in memory?

Priya Pallavi
Priya Pallavi
Updated on 30-Jul-2019 2K+ Views

In Java, arrays are objects, therefore just like other objects arrays are stored in heap area. An array store primitive data types or reference (to derived data) types Just like objects the variable of the array holds the reference to the array.

Read More
Showing 41–45 of 45 articles
« Prev 1 2 3 4 5 Next »
Advertisements