Is it possible to define a method in Java class but provide it’s implementation in the code of another language like C?

By drakula david in 22 Sep 2023 | 11:37 am
drakula david

drakula david

Student
Posts: 128
Member since: 22 Sep 2023

Is it possible to define a method in Java class but provide it’s implementation in the code of another language like C?

22 Sep 2023 | 11:37 am
0 Likes
divas goyal

divas goyal

Student
Posts: 453
Member since: 22 Sep 2023

- Java does not support implementing methods in languages other than Java. All method implementations must be in Java.


23 Sep 2023 | 04:13 pm
0 Likes

Report

Please describe about the report short and clearly.