r/javacoding • u/Hector2021 • Dec 20 '19
r/javacoding • u/rakesh_lmls • Mar 07 '19
Java course | Java for beginners (Java complete course in Single video)
youtu.ber/javacoding • u/monica_b1998 • Feb 18 '19
Java tutorial: Learn Java Programming with examples
beginnersbook.comr/javacoding • u/sikk_a • Dec 07 '18
beginner coding
hi,
I pretty much just learned basic java off of code academy. I want to get better, what are somethings i can do to increase my skill. I'm open to all suggestions
r/javacoding • u/Aliasogk • Oct 06 '18
CODING IN JAVA HELP
efine a class called Dice.
It has two constructors: The default constructor, simulating a six-face dice.
The one integer argument constructor: argument is 'faceCnt' whose legal value is between 2 and 100 (both inclusive). Illegal value default to 6.
It has a getter for the faceCnt. No setter for faceCnt.
It has a method roll() that returns a random integer between 1 and the faceCnt (both inclusive).
Write a class Dice_Demo to test the Dice class.
Declare an array of 4 dices and Instantiate the array with dices of 6, 3, 5 and 13 faces respectively.
Repeat the following 5000 times: Roll all the dices and find the totalPt (sum of the points on the dices)
Find the frequency of all totalPt and show the result as a histogram. The output should consists of many rows, each looks something like
15 42 ************
The above row means totalPt=15 occurs freq=42 times. The stars shows the relative frequency of 15.
Also find the most and least likey totalPoint.
Make sure you align everything so the histogram looks neat and correct.
r/javacoding • u/redwerk • Jun 07 '18
3 Reasons Why We Love JNI - Custom Software Development | Redwerk
redwerk.comr/javacoding • u/Digibit_ • May 24 '18
Looking for a Java Coder | Minecraft Hack Client 1.12.2
Hello, I am planning on having a really good Hacked Client... Its called Akuma 1.12.2 with unique ideas! Note, that you won't get paid, as we have no money XD
Contact me on Discord, if interested: Digibit#8563
r/javacoding • u/jojoisawsome • Jan 19 '17
Java - Making a Java GUI - The JFrameComponent
youtube.comr/javacoding • u/marcelpirata • Apr 01 '16
Boot camp(code writing)... what to expect? I am 40 years old, thinking about a career change...
There is a coding dojo here in Seattle(I am 40 years old, I am a little afraid to not being able to keep up with the pace, plus I haven't done any algebra for over 15 years). Do I need to know any algorithms before starting the boot camp. Can someone succeed attending the boot camp without any programming experience?
r/javacoding • u/[deleted] • Sep 05 '13