Sai Nath has Published 22 Articles

Immutable String in Java

Sai Nath

Sai Nath

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

736 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.

Calling a JAVA method through JavaScript in SAPUI5 project

Sai Nath

Sai Nath

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

212 Views

Create a REST service hosted on a server and place java method inside it. Now you can call this REST service from a SAPUI5 application using AJAX by passing required parameters.

Advertisements