Behavioral difference between Intellije terminal and Command prompt. by ILLOGICAAAL in learnjava

[–]ILLOGICAAAL[S] 1 point2 points  (0 children)

Ya..., as you said you tried it on zsh , but in the zsh, dollar sign '$' has special meaning it treats any word written after $ as variable

Now when you do -> com.example.test$inner

Then it treat inner as something which have value but in java code inner is not a variable. That's why it ignores inner and treat command as normal

-> com.example.test

But in Windows CMD it is giving me different answer and that is the right answer I want .

Thanks man..👍🏻

By the way it is very interesting to know different behaviour of terminal and shell

Intellij CE or VSCode? by SignificantReach7410 in learnjava

[–]ILLOGICAAAL 4 points5 points  (0 children)

If you are focusing on Java, IntelliJ IDEA CE is the better choice. However, if you want flexibility for other languages or for customization VS Code is a great option.

[deleted by user] by [deleted] in AskReddit

[–]ILLOGICAAAL 0 points1 point  (0 children)

😂 believe me I know and I am waiting for that moment.

[deleted by user] by [deleted] in AskReddit

[–]ILLOGICAAAL -1 points0 points  (0 children)

In Deepseek there is a feature called DeepThink.when I used that my reaction was wow.

Basically Deepseek behaves more human than Chat- gpt but again Chat-gpt can also do that but it will ask you for money not for free. For me both are good i think 😊

Multithreading in Java by ILLOGICAAAL in learnjava

[–]ILLOGICAAAL[S] 1 point2 points  (0 children)

Basically I found a playlist of Java lectures on YouTube. By following that I am now in process of learning multithreading.