Answer the question
In order to leave comments, you need to log in
How to learn java at an advanced level?
Things are like this: I was given the task of studying the topics as best as possible, with as many subtleties of java as possible, according to the content of the book. I read, I try to learn and memorize. But how do I know what they want me to know? For example, take the head of the Line. What can be an in-depth level in them?
Answer the question
In order to leave comments, you need to log in
Once we touched on strings:
- how they are stored in jvm
- where they are stored in jvm
- why they did it
- what is the difference between creating a string through String str = "stroka" from String str= new String("stroka")
- many many of the same features about which you need to know.
Regarding strings in general, it is very strictly necessary to understand how they work. you will often have to work with them, in addition, ignorance of how they work extremely affects the performance of the program.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question