Promotion
CodeGym University
Learning
Courses
Tasks
Surveys & Quizzes
Games
Help
Schedule
Community
Users
Forum
Chat
Articles
Success stories
Activity
Reviews
Subscriptions
Light theme
Help with tasks
Reviews
About us
Start
Start learning
Start learning now
All questions
Ask a question
Java 25
All quests
All levels
Any status
Questions about tasks
Hot
Vitalina
Level 20
Question about the task
Comparable
Java Core
,
Level 7
,
Lesson 10
Resolved
The problem with compareTo method
Hi! I have a problem with compareTo method. "Be sure that compareTo method returns different values for different objects". I've already checked in main method it - and I see that compareTo method returns different values for different objects. So what does codegym wants from me? Thanks in advance!
9/7/21
1138
views
9
comments
0
Lawson
Level 29
Lagos
Question about the task
Refactoring, nested classes
Java Multithreading
,
Level 3
,
Lesson 6
Resolved
Pls help.. I don't understand this
help
9/20/20
505
views
1
comment
0
Justin Smith
Level 41
Greenfield, USA
Question about the task
How do I choose the right one?
Java Multithreading
,
Level 3
,
Lesson 6
Under discussion
Using the example from the previous lesson doesn't work
In the previous lesson, they have the line: Zoo.Mouse mouse = new Zoo.Mouse(); Why isn't the solution: obj = new Solution.TEST(); This won't compile, it says it doesn't know what TEST is.
1/1/22
499
views
4
comments
0
Gellert Varga
Level 23
Szekesfehervar
Resolved
Files.move() method and moving directories
Oracle API says about this method: " This method may be invoked to move an empty directory. ... When invoked to move a directory that is not empty then the directory is moved if it does not require moving the entries in the directory. ... When moving a directory requires that its entries be mov
1/29/22
542
views
4
comments
0
Azja
Level 32
Krakow
Question about the task
A convert can easily convert others
Java Multithreading
,
Level 6
,
Lesson 2
Resolved
Actually I don't understand this question in all
Need help with compare method
5/30/19
2064
views
12
comments
1
Sajjad Ahmed
Level 10
Bangalore
Question about the task
Longest string
Java Syntax
,
Level 7
,
Lesson 6
Under discussion
Task is giving expected result but validation s failing can you help
public class Solution { private static ArrayList strings; static int c_len = 0, o_len = 0; public static void main(String[] args) throws Exception { strings = new ArrayList<>(); ArrayList index = new ArrayList<>(); for (int i = 0; i < 5; i++) {
1/20/22
575
views
6
comments
0
Sara
Level 23
Maribor
Question about the task
Replacing numbers
Java Core
,
Level 9
,
Lesson 11
Archived
Help please
I have no idea what am I doing wrong. The output is exactly the same as in the example when I test the code. I had to miss something… I tried without the try, catch statements in the main method, but it still doesn't verify. I also tried without the method correctLine(String line) and put all the co
7/13/19
2084
views
3
comments
0
Justin Smith
Level 41
Greenfield, USA
Question about the task
Snake (part 17)
Java Multithreading
,
Level 2
,
Lesson 18
Under discussion
Code seems functionally the same as solution but won't pass validation
Pasting it here so you don't have to find it in the attached code: public void move(int x, int y) { SnakeSection head = new SnakeSection(this.getX() + x, this.getY() + y); checkBorders(head); checkBody(head); if(isAlive()) { this.sections.
12/24/21
517
views
1
comment
0
Henrique
Level 41
São Paulo
Question about the task
Census
Java Syntax
,
Level 8
,
Lesson 8
Under discussion
If the KEY must be unique, why does it ask to check if people have the same last name (which is the key)?
I was able to solve this task only when I changed the last names (map keys), so they were all different from each other. So why does the task ask to check if people have the same last name, if for the last name to be the same, the key must also be the same? I'm really confused here. Does somebody
5/11/20
769
views
5
comments
1
Giorgio Verzicco
Level 26
Cerignola
Question about the task
Counting words
Java Core
,
Level 9
,
Lesson 5
Resolved
Last task fails even if is correct
Tested on a real file, works correctly, but keeps failing "The program must output to the console the number of times the word "world" appears in the file." package com.codegym.task.task19.task1907; /* Counting words */ import java.io.BufferedReader; import java.io.FileReader; import java.io.IO
1/26/22
661
views
2
comments
0
LuisRC
Level 39
Gijón
Question about the task
LinkedList and ArrayList
Java Syntax
,
Level 14
,
Lesson 5
Under discussion
About return statement
Hi there, Solving this task I found that in the Object Method there's no return type declaration and that puzzles me. Is it or is not compulsory declare the returning type in a Method? public static Object createArrayList() { //write your code here List arrayList = new ArrayList&l
1/26/22
790
views
1
comment
0
TheLordJackMC
Level 39
Princeton
Question about the task
Aggregator (part 13)
Java Collections
,
Level 8
,
Lesson 15
Under discussion
errors
i downloaded the right solution and it matched my original one several times, but every time i run it i gives me this: class, interface, or enum expected. file com/codegym/task/task28/task2810/view/backup.htmlSolution.java, line 1, position 0 class, interface, or enum expected. file com/codegym/task
8/13/21
623
views
2
comments
0
Justin Smith
Level 41
Greenfield, USA
Question about the task
Refactoring (part 9)
Java Multithreading
,
Level 5
,
Lesson 16
Resolved
I deleted a method and need to get it back to pass validation
Note: At the time of writing, CodeGym is attaching the wrong task code (for task 2909, which has something to do with cars). I don't know why this is. Other questions on this help page are also showing code for task 2909 but the comments don't seem to reflect that, so I suspect it's a temporary glit
1/24/22
1021
views
3
comments
0
saurabh
Level 17
Bangalore
Question about the task
Display right away
Java Syntax
,
Level 3
,
Lesson 3
Under discussion
how to do it in intellij..
I have set up the intellij... it has 3 subfolders under CodeGym Tasks...
10/7/18
2435
views
2
comments
0
Anon#10923148
Level 9
Question about the task
Quadrants
Java Syntax
,
Level 3
,
Lesson 8
Resolved
what is this for?
is there any way to explain what kind of problem this solves?
1/23/22
530
views
3
comments
0
Brentachii
Level 13
United States of America
Question about the task
Calculator
Java Syntax
,
Level 11
,
Lesson 4
Resolved
why won't the percentage take my answer when it works?
I've tried these several different ways that displayed properly but it won't take it and says it's wrong. any help would be appreciated, thanks.
1/24/22
926
views
7
comments
0
Mary Khan
Level 23
Russia
Question about the task
Is anyone there?
Java Syntax
,
Level 6
,
Lesson 8
Under discussion
Why verification of my code is failed?
Why did my code verification fail?
1/23/22
582
views
2
comments
0
school
Level 1
Ramsgate
Question about the task
Minesweeper (Part 3/16)
Games
,
Level 0
,
Lesson 0
Under discussion
memes
mems
2/4/21
527
views
0
comments
0
Anon#10923148
Level 9
Question about the task
Favorite board games
Java Syntax
,
Level 8
,
Lesson 2
New
BoardGame class
So it seems like in this task we are filling the collection array with 5 different strings. Why do we need code to the BoardGame class?
1/24/22
527
views
0
comments
0
Gellert Varga
Level 23
Szekesfehervar
Resolved
Enum StandardOpenOption and StandardCopyOption
1.) Enum StandardOpenOption: What is the difference between CREATE and CREATE_NEW? 2.) import static java.nio.file.StandardCopyOption.REPLACE_EXISTING; Will it import only one static variable? (Till now, I've only ever seen the whole class imported in all cases.) Is it obligatory to use "static
1/21/22
481
views
4
comments
0
y-meyer2
Level 28
Germany
Question about the task
Synchronized methods
Java Core
,
Level 7
,
Lesson 10
Under discussion
Why don´t you need to use volatile on "param" or "sb" ?
If you use this class with several threads then the param and sb should also be marked as volatile or am i wrong?? private double param = Math.random(); private StringBuilder sb = new StringBuilder();
1/23/22
426
views
1
comment
0
Ajani
Level 16
Jacksonville
Question about the task
Five winners
Java Syntax
,
Level 8
,
Lesson 11
Under discussion
Just makin sure your aware the sort code needs to able to sort more than just the 20 it asks for.
Behold code that one hundred percent solves what it's asking for but doesn't sort arrays of a size different than 20.
1/23/22
547
views
1
comment
0
LuisRC
Level 39
Gijón
Question about the task
The largest number
Java Syntax
,
Level 13
,
Lesson 2
Under discussion
Failed task
Hi there, Why my solution has failed to pass the validation?
1/21/22
575
views
6
comments
0
fullTimeAdventurer
Level 27
Chemnitz
Question about the task
Minesweeper (Part 6/16)
Games
,
Level 0
,
Lesson 0
Resolved
It looks like you counted the number of adjacent mines for a cell that is a mine — don't do that.
Hallo liebes CodeGym Team, ich versuche das Feld ohne Miene durch folgenden Schritt zu bestimmen. // Feld ohne Miene bestimmen if (!gameField[y][x].isMine) Danach die Nachbarfelder auf Mienen prüfen und den Wert countMineNeighbors erhöhen Habt Ihr einen Hinweis für mich? Ich kom
1/22/22
593
views
2
comments
0
Tina y
Level 6
Toronto
Question about the task
Minesweeper (Part 1/16)
Games
,
Level 0
,
Lesson 0
Under discussion
My code passed but.....
This is what I used: package com.codegym.games.minesweeper; import com.codegym.engine.cell.*; public class MinesweeperGame extends Game { } The code verified, however, upon running there was no grid, also "engine" in import and Game in class are highlighted red... What am I missing?
10/2/20
800
views
2
comments
0
Andrei
Level 41
Question about the task
How many potential friends does a person have?
Java Collections
,
Level 6
,
Lesson 8
Under discussion
I honestly don't understand how I should interpret the 2 dimensional array.
So, it says below "Along the main diagonal, all elements are true because everybody knows himself or herself." - this I assume is the last element from each generateRelationship array element. How am I supposed to interpret the following paragraph? " The intersection of rows and columns indicates w
7/22/21
528
views
2
comments
0
John
Level 27
Washington DC
Question about the task
Ensuring important operations aren't interrupted
Java Multithreading
,
Level 5
,
Lesson 11
Under discussion
I don't understand why the order has to be this way? Please explain.
I don't understand why the order has to be this way? Please explain.
2/19/20
1374
views
12
comments
3
Rho366
Level 20
Guatemala City
Question about the task
Prices 2
Java Core
,
Level 8
,
Lesson 11
Under discussion
I'm out of ideas
The code works on my pc but it always fails the validaton. Any idea where could be the mistake?
1/12/22
595
views
4
comments
0
Justin Smith
Level 41
Greenfield, USA
Question about the task
No goofing off
Java Multithreading
,
Level 5
,
Lesson 7
Resolved
Doesn't work
Don't know how else to put it. This is what I came up with. Nothing prints out at all. I have a suspicion that the problem is that the start() method has been overridden, and since it's not actually calling start() but my custom start(threadName) method, it isn't actually turning it into a thread. I
1/19/22
447
views
2
comments
0
Isma
Level 1
Madrid
Question about the task
Producer–consumer
Java Multithreading
,
Level 7
,
Lesson 9
Under discussion
Why synchronized get and put methods?
I can't understand why do we synchronize get and put methods if ProducersTask and ConsumerTask run methods's already have a synchronized block: Why do we synchronize those: public synchronized int get() public synchronized void put(int value) If we put them in synchronized blocks as in: whil
3/2/21
530
views
1
comment
1
Show more
1
...
51
52
53
54
55
...
374
Please enable JavaScript to continue using this application.