Assuming you chose IntelliJ as your Java IDE, and why wouldn’t you?
There are a few tips I want to pass on for helping with code completion.
I assume you already know Ctrl+Space
to start code completion.
In the code completion pop-up you can use Ctrl+Q
to see the JavaDoc help for that method.
And if you get stuck with the parameters for a method then Ctrl+P
can show you what options are available.
You will need a Github account to comment. Or you can contact me with your comment.
I reserve the right to delete spam comments e.g. if your comment adds no value and its purpose is simply to create a backlink to another site offering training, or courses, etc.