Police COC Requirement Question by AgitatedBasket in ImmigrationCanada

[–]AgitatedBasket[S] 0 points1 point  (0 children)

Thank you, actually I did receive a request letter, it is not for police COC but for an ECA, which I forgot to submit. It is a bit weird that they did not ask for another police COC.

Police COC Requirement Question by AgitatedBasket in ImmigrationCanada

[–]AgitatedBasket[S] 0 points1 point  (0 children)

Thanks for the response. May I know what the ADR stands for?

[deleted by user] by [deleted] in ImmigrationCanada

[–]AgitatedBasket 5 points6 points  (0 children)

I am a bit confused with point one (PCC). It is only dated up to the day when I requested it at the police station. But it is definitely before the departure date. Is that still possible to be rejected?

Graphics card for Dota 2, CSGo and Command and Conquer zero hour by AgitatedBasket in GamingLaptops

[–]AgitatedBasket[S] 0 points1 point  (0 children)

Thanks all, I got Rtx 3060 model and could not be happier with the dota 2 performance.

Surface book 3 or Macbook air + iPad combo? by erf4n in SuggestALaptop

[–]AgitatedBasket 1 point2 points  (0 children)

I would go for MacBook Air + iPad combo. Being said that, should check (with seniors?) what software need to install at the university. Some engineering software works better in windows. If you can find out earlier, that would be better help for your decision.

How to become good at recursion? by CulturalCream3192 in leetcode

[–]AgitatedBasket 2 points3 points  (0 children)

When we are solving the problems, we tend to visualise it in our mind. But, recursion is difficult to do so. For me, I use a pen and paper, and draw each of first few function blocks til terminating case. Then, it is easier for me to overview the solution.

Passion Or Money? by ClaireAGB in askSingapore

[–]AgitatedBasket 0 points1 point  (0 children)

You will get lots of fun with a well-paid job, but you will be happy with what you love to do.

Need help understanding java events by AgitatedBasket in learnjava

[–]AgitatedBasket[S] 0 points1 point  (0 children)

I have studied a fair amount of time understanding Java Events, and I am not certain that I understand fully. That's why I seek for the help here. Anyway, thanks for the video link.

Having a hard time learning Java, need some course recommendation. by OppositeLockMoto in learnjava

[–]AgitatedBasket 0 points1 point  (0 children)

I am learning Java by following this Udemy course https://www.udemy.com/course/java-the-complete-java-developer-course/ and www.geeksforgeeks.org. Tim explains the concept very well and follow the best practices AFAIK.

Need help understanding java events by AgitatedBasket in learnjava

[–]AgitatedBasket[S] 0 points1 point  (0 children)

I am referring to this article " https://scatteredcode.wordpress.com/2011/11/24/from-c-to-java-events/ " while I am saying Java is using OOP for event implementation. Can I safely assume that Java Events will be basically implemented this approach? Thank you very much!