0

I have piece of code in Java language, I need to use it in apex class. Let me know if I can upload Java class as Static Resource and use it in Apex class?

1 Answer 1

2

No, while Apex does get compiled down to java bytecode, java is not able to be used within Salesforce.

We have Javascript and Apex, and that's all (setting Heroku aside, on which you could use any language you please).

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.