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?
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