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
Witaya Chada
Level 1
Question about the task
Find all the files
Java Collections
,
Level 1
,
Lesson 2
Resolved
http://schemas.android.com/apk/res/androidThe code snippet you provided appears to be related to an Android application's manifest file, specifically dealing with the configuration of native libraries and the splitting of APKs. Here's a detailed interpretation of the key elements in the snippet: 1.
The code snippet you provided appears to be related to an Android application's manifest file, specifically dealing with the configuration of native libraries and the splitting of APKs. Here's a detailed interpretation of the key elements in the snippet: 1. `hasCode`: This attribute indicates wheth
3/28/25
140
views
4
comments
0
Anonymous #11672061
Level 17
Question about the task
Using super() and MRO
Python Core
,
Level 16
,
Lesson 5
New
No solution?
I solved this and it said I was wrong. I then saw the same program in the code and copy pasted it into the compiler - it still said I was wrong. I then clicked on show solution and did the solution - and the compiler literally marked the solution as wrong.... what do I do?
2/1/26
8
views
0
comments
0
Big brain classes
Level 2
CodeGym University in India
Resolved
level 2
level 2
1/31/26
12
views
0
comments
0
Big brain classes
Level 2
CodeGym University in India
Question about the task
Main character's age 🦸♂️
Java 25
,
Level 2
,
Lesson 1
New
2
class Main { public static void main(String[] args) { System.out.println("hello everyone"); System.out.println("my name is Anand Kumar"); } }
1/31/26
11
views
0
comments
0
Big brain classes
Level 2
CodeGym University in India
New
int a;a=10
int a;a=10 b=a; c=b-a;
1/31/26
12
views
0
comments
0
Anonymous #11743339
Level 2
Brockton
Question about the task
Fixing bugs 🐛
Java 25
,
Level 1
,
Lesson 5
Under discussion
This is not a question this task is broke and can not be completed as is.
This question is incorrect and cannot be completed as stated in the instructions; even the "Correct solution" is marked as incorrect.
12/29/25
79
views
3
comments
0
Corinne Nirdlinger
Level 2
United States of America
Question about the task
Project age 💻
Java 25
,
Level 1
,
Lesson 3
Under discussion
Help???
Hi I've tried typing it out exactly as the downloaded solution after so many errors. I typed it out right with no errors, answer comes out correctly but I'm still being told the task failed to meet requirements and the requirement bubbles are orange with question marks
11/4/25
89
views
2
comments
2
Maven
Level 17
United States of America
Question about the task
Filling an array
Java Syntax
,
Level 6
,
Lesson 8
Resolved
I am filling the array according to the specifications. What is wrong here?
The error message is too general. My solution is filling the even and odd arrays according to the specifications. I'm not sure what I'm missing here.
3/6/22
1247
views
14
comments
2
Joseph
Level 8
Chennai
Question about the task
Basics of Using Transactions
SQL
,
Level 22
,
Lesson 2
New
Getting error
How to solve the problem.
1/21/26
21
views
0
comments
0
Ada
Level 4
Tirana
Question about the task
Minesweeper (Part 1/16)
Games
,
Level 0
,
Lesson 0
Under discussion
What is going on?
I don't know what went wrong? Is something with my code , because when I try to compile it is shows this ( the message on the screenshot)? My code : package com.codegym.games.minesweeper; import com.codegym.engine.cell.*; public class MinesweeperGame extends Game { }
8/6/19
1814
views
1
comment
2
Kateryna2882
Level 51
Dnipro
New
URGENT: Missing Purchased Subscription – Payment Proof Attached
Dear Support Team, Due to this situation, which appears highly unfair to me as a user, I feel compelled to formally express my dissatisfaction. I am a loyal customer who has been purchasing your courses for the second year in a row. Nevertheless, my paid subscription has once again been removed fr
1/18/26
223
views
0
comments
0
Pavan Sanga
Level 1
Pune
Under discussion
WebIDE related question
is codegym have any WebIDE available in app? I need to practice coding in my mobile.
12/30/25
47
views
1
comment
0
Mwanaisha
Level 2
Dodoma
Under discussion
No available tasks
I have no available tasks to complete in my current level, so I cannot earn Dark Matter to unlock the next lesson
12/25/25
140
views
2
comments
0
Sandeep
Level 6
Greensboro
Question about the task
Number Guessing Game 🎲
Java 25
,
Level 5
,
Lesson 3
Under discussion
Code not getting executed
Code not getting executed. Seeing the "Program ran too long" error
1/3/26
41
views
2
comments
0
Hypnotoad
Level 4
Manila
Question about the task
To work or not to work? That is the question
Java Syntax
,
Level 3
,
Lesson 6
Under discussion
About "inclusive"
It stated 60 (inclusive), so as I understand it should be: if(age < 20 || age >=60) but solution is: if(age < 20 || age > 60) - its not inclusive
9/17/23
257
views
3
comments
0
Sandeep
Level 6
Greensboro
Question about the task
Minimum or maximum
Java Syntax
,
Level 13
,
Lesson 2
Under discussion
Please help - Is this error due to incompatible jdk ?
C:\Users\gangi\.jdks\openjdk-25.0.1\bin\java.exe -Dfile.encoding=UTF-8 "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2025.2.5\lib\idea_rt.jar=52237" -Dsun.stdout.encoding=UTF-8 -Dsun.stderr.encoding=UTF-8 -classpath C:\Users\gangi\Downloads\codegym\11531669\codegym-project\o
12/20/25
48
views
1
comment
0
Djole
Level 41
Belgrade
Question about the task
Chat (part 7)
Java Multithreading
,
Level 6
,
Lesson 15
Resolved
?
public class Server { static Map connectionMap; static { connectionMap = new ConcurrentHashMap(); } public static void main(String[] args) throws IOException { int port = ConsoleHelper.readInt(); ServerSocket ss = new ServerSocket(port); ConsoleHel
4/26/19
1895
views
1
comment
4
Nobody
Level 37
Seattle
Question about the task
Making the right conclusion
Java Core
,
Level 10
,
Lesson 10
Under discussion
How this impossible?
if we declare A B C as inner classes then we can access the others methods no matter we declare those method are private or not. So in the requirement 4th ask that in C class' method 2 it have to call super.method1() then we have an ambiguity because it can call method1 from class A and B
5/25/19
1514
views
3
comments
1
slowly
Level 10
Mörfelden-walldorf
Question about the task
Somewhere in the middle
Java Syntax
,
Level 4
,
Lesson 10
Under discussion
Solution not accepted
Why is my solution not accepted?
8/25/24
271
views
1
comment
2
DolciNShortE
Level 3
Fort Worth
Question about the task
This age doesn't work for me…
Java Syntax
,
Level 3
,
Lesson 4
Under discussion
Why is the person object created before the Person class???
I am having a very difficult time understanding this task. I've worked on it for about 3 days now and I'm still a little confused. I think I understand the concept of using the "this" keyword, though I'm still a little fuzzy on it. It wasn't explained well at all. But what I'm really confused ab
10/11/21
1052
views
2
comments
6
Wojtek
Level 23
Solec-Zdroj
Question about the task
Encryption
Java Core
,
Level 8
,
Lesson 11
Under discussion
What is wrong with decryption?
need hint
4/19/19
1758
views
3
comments
2
Angeget
Level 22
Potsdam
Question about the task
Encryption
Java Core
,
Level 8
,
Lesson 11
Resolved
I am tired trying and trying without result. I need help please. I could not find out the solution
I am tired trying and trying without result. I need help please. I could not find out the solution
3/12/19
2155
views
3
comments
0
Raisa Toscano
Level 1
Tepic
Question about the task
Cows are animals too
Java Core
,
Level 2
,
Lesson 6
Resolved
what is the problem here?
public class Solution { public static void main(String[] args) { Animal e= new Cow(); e.getName(); } } abstract class Animal { public abstract String getName(); } class Cow extends Animal{ public String getName(){ String s="Cow"; return s;}
1/8/19
2219
views
4
comments
2
SHARLENE FEIJOO PACHECO
Level 5
Question about the task
Ask a question on Help
Web Core
,
Level 3
,
Lesson 4
Under discussion
Probando s
gv
4/29/25
129
views
1
comment
2
Harshit Garg
Level 34
Chandigarh
Question about the task
Logging a stack trace
Java Syntax
,
Level 15
,
Lesson 6
Resolved
Doubt regarding 2 methods....
why is System.out.println(e.getStackTrace); wrong and e.printStackTrace correct???????????????????????????????? package en.codegym.task.pro.task14.task1416; /* Logging a stack trace (THE SOLUTION AS PER CODEGYM) */ public class Solution { public static void main(String[] args) { try
6/6/25
326
views
2
comments
2
Nina
Level 6
Cervinia
New
I don't see any task cards
The lessons refer to task cards in the bottom of the lesson through which I can open Web IDE... But I see none, neither in the lesson itself, nor in the task section. Had anyone encountered such issues? What do I do?
11/1/25
72
views
0
comments
2
Henrik Krogsholm
Level 18
Copenhagen
Under discussion
missings tasks
I cant open next page because of missing tasks and black matters. when will the missing tasks come?
12/2/25
103
views
2
comments
0
Srdjan Stojkovic
Level 2
Leskovac
Under discussion
dark matter
How to earn dark matters, I do not have tasks, and can not open new lesson?
12/6/25
67
views
3
comments
0
Lolita Young
Level 48
Rockville
Question about the task
Changing shoes on the move
Java Syntax
,
Level 3
,
Lesson 8
Under discussion
Break point
How do you add breakpoint?
12/9/25
52
views
3
comments
0
Meet Bhogayta
Level 2
CodeGym University in India
New
ware is the moon?
// HealthComponent.cs (Unity C# Script) using UnityEngine; public class HealthComponent : MonoBehaviour { public int maxHealth = 100; private int currentHealth; void Start() { currentHealth = maxHealth; } public void TakeDamage(int damage) { currentHea
12/11/25
28
views
0
comments
0
Show more
1
2
3
...
374
Please enable JavaScript to continue using this application.