Arushi has Published 152 Articles

What is the meaning of immutable in term of String in java?

Arushi

Arushi

Updated on 30-Jul-2019 22:30:20

194 Views

In Java, immutable objects are those whose data can’t be changed or modified (once modified). String class is immutable i.e. once we create a String object its data cannot be modified.

Inserting an Array to a table in SAP HANA database

Arushi

Arushi

Updated on 30-Jul-2019 22:30:20

518 Views

As far as I know, there is no direct way of inserting an Array using SQL query. You will first have to combine the columns (EMPL_Id + Skill Id) using the code and then do a bulk insert to the database.

Advertisements