0
votes
My very first project. Any suggestions on what to make?
As mentioned many times above just try and think of something you'd like to have or something someone you care about would value and try to build that.
I would put a slightly different slan …
3
votes
Java 2D game programming - Newbie questions
I want to suggest to you that, before you make any decisions about your workflows, you and your colleague go have a look at JavaFX and see if maybe that's the toolkit that best meets your needs. …
0
votes
In Java, why do people prepend fields with `this`?
"this" prevents confusion with instance variables with the same name in the parent class/es.
It's pretty much the complement to prepending with "super".
…
1
vote
problem while reading length of the file java
*"Hi i'm begginner in java i'm reading
characters from file(FileReader) but
when i read length of the i'm not
getting correct result, its displaying
less size compare to corr …
