Practical applications Java course | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Practical applications Java course

So, I’ve learned a good chunk of Python a while ago and I could make some useful scripts. I know Java isn’t a scripting language, but I’ve learned the entire Java course except for the last module (I’ll finish that one tomorrow or the day after) and yet I can’t recreate my python codes that are just made of basic functions. Like there are so many things missing that I could do with python, but not in java... like the modules haven’t even explained how to retrieve an index from a value, which to me is essential, what am I missing here?

23rd Aug 2020, 7:14 AM
Max Poppe
Max Poppe - avatar
1 Answer
0
modules are for bigger projects, as java begginer you don't need to use it, perhaps you mean API https://docs.oracle.com/en/java/javase/14/docs/api/java.base/java/lang/String.html for second problem try example to explain it
23rd Aug 2020, 10:25 AM
zemiak