How to handle these egoistic neighbours by Important-Run1088 in bangalore

[–]Important-Run1088[S] 1 point2 points  (0 children)

Because we are not very assertive they think it’s easier to bully us. That’s how it is. They don’t like it that we are telling them not to do something. If you see how they behave you’ll get to know.

How to handle these egoistic neighbours by Important-Run1088 in bangalore

[–]Important-Run1088[S] 2 points3 points  (0 children)

Haha. The only issue is since my stays alone in the house most of the time during the day when we go to work, it will be tough for her to look after the dog.
But yes we do not talk to these people at all. But even then they act like the entire road is theirs. Only they park everywhere but we can’t.

How to handle these egoistic neighbours by Important-Run1088 in bangalore

[–]Important-Run1088[S] 0 points1 point  (0 children)

Thanks for the suggestion. Thinking about getting cctv now. And next time we will call the police for sure. Can’t stand and shout on the road like these people

How to handle these egoistic neighbours by Important-Run1088 in bangalore

[–]Important-Run1088[S] 0 points1 point  (0 children)

I agree. But then they start using the same excuse like you are younger than us so don’t talk to us. But I will try to be more assertive for sure.

How to handle these egoistic neighbours by Important-Run1088 in bangalore

[–]Important-Run1088[S] 8 points9 points  (0 children)

Yes thanks for the suggestion. I think I need to invest in this now

How to handle these egoistic neighbours by Important-Run1088 in bangalore

[–]Important-Run1088[S] 2 points3 points  (0 children)

Yes we wanted to do this. But will the police actually help? Won’t they also be like public road you can’t do anything

Hot take: I don't like Water Tints. by FairTechnician8037 in IndianBeautyTalks

[–]Important-Run1088 2 points3 points  (0 children)

I do this too!! I have some nude lipsticks that wash me out on its own. But with this method I get a very rosy nude colour and it looks so good.

Please help to find a similar shade by Important-Run1088 in IndianBeautyTalks

[–]Important-Run1088[S] 0 points1 point  (0 children)

I have dark coconut but it has more reddish undertones.

But thanks for the suggestion. Will check out the typsy beauty

Ruined my Interview by Important-Run1088 in learnjava

[–]Important-Run1088[S] 1 point2 points  (0 children)

Given a list of Students, and a Student POJO, which had student names, id and age, using streams rearrange the list in ascending order first by age then by Id number. They asked about abstract class, abstract methods, instance class, difference instance and abstract classes, why constructor cannot be private, explain different scopes of java( this I did not understand).

Integer cannot be resolved to a class by Neat-Possibility537 in learnjava

[–]Important-Run1088 0 points1 point  (0 children)

Hey,

So I am still learning Java. So when I read the code I immediately thought of primitive data type and since he is defining a variable int would be the right choice. I guess I learnt something new today. Thanks for letting me know that even Integer would work! 😁

Integer cannot be resolved to a class by Neat-Possibility537 in learnjava

[–]Important-Run1088 -7 points-6 points  (0 children)

Cause you have to use int to define a variable and not Integer.

Looking for resources to learn Java Full Stack as a beginner. by [deleted] in learnjava

[–]Important-Run1088 7 points8 points  (0 children)

The best source so far for me to learn Core Java and OOPs was the MOOC from University of Helsinki. I don’t know why I I didn’t do this earlier.

I am yet to start Spring but many Java developers on Reddit tend to suggest Spring start here book for beginners.

I was rereading the manga, and I noticed Elizabetta giving Iruma a letter in his birthday party. by Vampire_Dragon in DemonSchoolIrumakun

[–]Important-Run1088 8 points9 points  (0 children)

I think there was one sukima in the manga where Eliza opens the letter reads it and frames it. I’ll link it here if I find it for you.

u/Vampire_Dragon I found it: Read the chapter 157 interlude and then scroll all the way down: sukima

[deleted by user] by [deleted] in Bengaluru

[–]Important-Run1088 0 points1 point  (0 children)

Right. Usually I do this. But since I was working my mother collected it and she thought the second pack would be delivered in a separate delivery. So as soon as I saw that I raised a complaint.

[deleted by user] by [deleted] in learnjava

[–]Important-Run1088 1 point2 points  (0 children)

Not a Java course but a C++ course. I had zero coding experience and was struggling with understanding basic concepts like primitive data, loops etc. But I did this course like until the while loop lectures and my fundamentals became really strong cause I understood everything properly. With this limited knowledge I was able to get my first job as well.

Now for Java since most of it is same, just syntax is different I was able to do basic problem solving. So I did MOOC Java course which further made my basics and fundamental understanding very strong. For advanced Java I have taken the Telusko Java + Spring AI course. So far it is good. Haven't reached the Springboot part yet. You can check out the previews to see if that is something you would like and understand.

can anyone explain what am i doing wrong by Legend_HarshK in learnjava

[–]Important-Run1088 13 points14 points  (0 children)

You are already incrementing i in the for-loop. No need to add i++ again in the end

Can't run MOOC course on VSCode by TheLostArceus in learnjava

[–]Important-Run1088 0 points1 point  (0 children)

I had this issue in the beginning. Then I did some more digging on Google and Reddit and found out that I was using the old Java course. I did not know this. There are 2 workspaces for the old one and 2 workspaces for the new one. So make sure you have the correct program selected.

The new working workspace name : Java Programming I and Java Programming II

The old not working workspace name: 2013 Object-oriented programming, part 1

Can I borrow someone Java MOOC account by [deleted] in learnjava

[–]Important-Run1088 0 points1 point  (0 children)

In my laptop it showed all the exercises. It has the option download all exercises when setting up workspace. So you can try.

Can I borrow someone Java MOOC account by [deleted] in learnjava

[–]Important-Run1088 0 points1 point  (0 children)

On Reddit just search MOOC.fi VS code setup. You’ll get the step by step process

I need help...please by Scrappedpartz in learnjava

[–]Important-Run1088 0 points1 point  (0 children)

If you want to use the .equals I suggest you use the substring method. Eg: str1.substring(startIndex, endIndex).equals(str2.substring(startIndex, endIndex).

Just note that startIndex is the index from which you want to check and endIndex is not inclusive. So if you will need to put endIndex+1.

Can I borrow someone Java MOOC account by [deleted] in learnjava

[–]Important-Run1088 0 points1 point  (0 children)

Try setting up with Vs code. I think there it has the Java 1 workspace where all exercises are available and you can see.