Took me some time to understand why main() in Java is static.
The JVM needs to call it without creating an object — that’s why.
Sometimes clarity comes from the smallest keywords.
If you’ve already completed DSA, what basic Java concepts helped you the most early on?
And if you’re preparing right now, drop the doubt you’re stuck on — gyaan baantne se hi badhta hai.
#EngineeringIndia#Engineering#DSAinJAVA
DAY 02 of #100DaysOfCode
Here is my activity log :
🎯Problems Solved:
1- Merge Sorted Array
2- Count Pairs Whose Sum is Less than Target
3- Two Sum
4- Two Sum II - Input Array Is Sorted
5- 3Sum
#DSA#LearningInPublic#TwoPointers#DSAinJava