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
ardon polukoff
Level 9
Lakeland
Question about the task
Values on the screen!
Java Syntax
,
Level 8
,
Lesson 3
Resolved
unable to clear last reqirement
I am unable to clear the last requirement. I know that the values are displaying. I changed the values to be unique from the keys and they output correctly. The code worked properly in the previous lesson for displaying the list of keys.
11/13/19
1449
views
3
comments
0
Lakshmanan Subramanian
Level 16
Question about the task
Longest string
Java Syntax
,
Level 7
,
Lesson 6
Archived
read 5 strings from the keyboard issues
The output is coming as expected, but the task is not getting thru Please let me know the issues in the code
11/12/19
1200
views
2
comments
0
ashgolan
Level 8
Ashdod
Question about the task
In decreasing order
Java Syntax
,
Level 7
,
Lesson 12
Under discussion
I dont understand this error ??
can anybody help me about this error ? " no suitable method found for sort(int[],java.util.Comparator) method java.util.Arrays.sort(T[],java.util.Comparator) is not applicable (inference variable T has incompatible bounds equality constraints: int upper bounds: java.lang.Object) method java.util.Ar
11/9/19
3116
views
5
comments
0
Przemek
Level 9
Poznan
Question about the task
Streets and houses
Java Syntax
,
Level 7
,
Lesson 4
Archived
What's the problem?
Hello, Unfortunately I don't know where the problem is. The program counts the number of inhabitants correctly. I am asking for a hint :) Thanks for :)
11/14/19
1065
views
1
comment
0
Evghenii Seremet
Level 41
London
Question about the task
Build a WHERE query
Java Multithreading
,
Level 2
,
Lesson 9
Resolved
Be sure that the values following equal signs are wrapped in single quotes.
This is what validator suggests to check. But as i can see they are present. Any idea guys?
11/12/19
1557
views
5
comments
0
Olaf Vilhelm
Level 4
Tranbjerg
Question about the task
Even to the moon!
Java Syntax
,
Level 2
,
Lesson 8
Under discussion
What am i doing wrong?
I get the right answer, and i don't see what i am doing wrong.. Please help :)
7/18/19
2236
views
3
comments
0
Alexandru Ovcinicov
Level 15
London
Question about the task
A name is a name
Java Syntax
,
Level 4
,
Lesson 16
Resolved
Here is the Solution for ERROR.
This problem looked to me a bit unflexible from dev point of view, but the reason error occured is because you need to follow the sequence of reading values: 1) read name 2) read yyyy 3) read mm 4) read dd Other than that, with the printing everyne was doing fine. Use the keyboard to enter a nam
6/25/19
1106
views
1
comment
1
Niladri pradhan
Level 33
Mumbai
Question about the task
Chat (part 8)
Java Multithreading
,
Level 6
,
Lesson 15
Resolved
last 4 conditions
please help
11/11/19
1268
views
3
comments
0
Anthony Chalk
Level 30
London
Question about the task
Software update
Java Syntax
,
Level 8
,
Lesson 11
Resolved
Don't know what's wrong
When I run the program it finishes with exit code 0 but doesn't display anything
11/13/19
1386
views
2
comments
0
towelie8
Level 13
Darmstadt
Question about the task
Labels and numbers
Java Syntax
,
Level 4
,
Lesson 7
Resolved
Can somebody help me pls....?????!
meow
11/13/19
1436
views
2
comments
0
Niladri pradhan
Level 33
Mumbai
Question about the task
Encryption
Java Core
,
Level 8
,
Lesson 11
Under discussion
whats wrong with decryption
please help
8/30/19
1249
views
1
comment
0
Sparsh Tomar
Level 0
India
Question about the task
2048 (Part 1/18)
Games
,
Level 0
,
Lesson 2
Under discussion
Codgym plugin install
I have downloaded zip and zar file of codgym plugin but how to install and use them?
8/31/19
1390
views
1
comment
0
Payal Agarwal
Level 17
Bucharest
Under discussion
Creating new file using ipad
I am using ipad to access this app. I am unable to create a new file in any task using ipad. Is it the editor problem. Please suggest or help.
8/16/19
1269
views
1
comment
0
Vipin Gupta
Level 2
gwalior
Question about the task
Implement the print method
Java Syntax
,
Level 2
,
Lesson 1
Under discussion
please help me to solved out this code
/* Implement the print method
11/8/19
1185
views
3
comments
0
Krunoslav Krainović
Level 16
Question about the task
User, loser, coder and programmer
Java Core
,
Level 4
,
Lesson 8
Under discussion
One solution works and other not,but i get the same result
this wont work public static void doWork(Person person) { // Item 3 if(person instanceof Person.User){ Person.User user = new Person.User(); user.live(); } else if(person instanceof Person.Loser){ Person.Loser user = new Perso
11/9/19
1068
views
1
comment
0
Anthony Chalk
Level 30
London
Question about the task
Working with dates
Java Syntax
,
Level 8
,
Lesson 11
Under discussion
Not sure what to do
I feel that the approach I've gone for is a little round-about, I've also seen simpler solutions in other questions; can anyone help me see where I've gone wrong with my code please. Thanks
11/13/19
1007
views
1
comment
0
Jason
Level 16
Question about the task
Checking the order
Java Syntax
,
Level 7
,
Lesson 9
Resolved
Runs fine and gives answer but validation says infinite loop.
not sure why this gives me an infinite loop error. I run it locally in IntelliJ as well as here and it gives me the correct answer each time. Validation fails and it says "looks like you have an infinite loop"... I don't see how since the code finishes and exits each time.
11/13/19
1155
views
2
comments
0
ashgolan
Level 8
Ashdod
Question about the task
HashMap of cats
Java Syntax
,
Level 8
,
Lesson 3
Resolved
whats the problem please ?
whats the problem please ?
11/13/19
1449
views
2
comments
0
Cristian
Level 16
Bucharest
Question about the task
Shuffled just in time
Java Syntax
,
Level 7
,
Lesson 12
Under discussion
What is wrong with my code? Thanks a lot!
package com.codegym.task.task07.task0720; //import java.io.BufferedReader; import java.io.IOException; //import java.io.InputStreamReader; import java.util.Scanner; import java.util.ArrayList; /* Shuffled just in time */ public class Solution { public static void main(String[] args) throws I
11/12/19
1603
views
2
comments
0
hornswong
Level 4
Seattle
Under discussion
Why did I purchase the subscription service with paypal, but the account is still no subscription?please help
please help me
11/12/19
942
views
3
comments
0
Patryk Zet
Level 7
Gdansk
Under discussion
what is wrong with comilation?
package pl.codegym.task.task02.task0204; /* Family relations */ public class Solution { public static void main(String[] args) { //tutaj wpisz swój kod Man man = new Man(); man.wife = new woman(){ Woman woman = new Woman(); woman.husband = new
11/12/19
1098
views
2
comments
0
Soham
Level 5
Kitchener
Question about the task
Closest to 10
Java Syntax
,
Level 4
,
Lesson 4
Under discussion
Can someone please explain me what is happening in this code.
I didn't understand anything what does abs method does and what does this code do, if (abs(10-a)
10/14/19
1180
views
1
comment
0
Philip Butler
Level 32
United Kingdom
Question about the task
Generics for creating a proxy object
Java Collections
,
Level 2
,
Lesson 8
Under discussion
Stumped ... test criteria met but does not verify
Anyone can help? I think I'm either misunderstanding or missing something obvious. My solution meets all the test criteria but fails to verify. I think I'm not using ItemInvocationHandler correctly. Thanks in advance.
11/12/19
1133
views
1
comment
0
Steve
Level 9
Denver
Question about the task
Make a family
Java Syntax
,
Level 8
,
Lesson 11
Resolved
Not sure why I am getting this error,,
THIS IS THE ERROR I am getting.. method addAll in class java.util.Collections cannot be applied to given types; required: java.util.Collection
8/7/19
2590
views
4
comments
0
Anonymous
Level 18
Question about the task
GCD
Java Core
,
Level 4
,
Lesson 8
Resolved
Tried almost EVERYTHING , still not verifying.
.
2/21/19
1805
views
6
comments
0
Evghenii
Level 13
Chisinau
Question about the task
R or L
Java Syntax
,
Level 7
,
Lesson 9
Resolved
What the problem?
Hi everyone. Wen I put the code in IntelliJ IDE it work normally, But in CodyGem write me, that I have a problem. Please Help me to understand my problem.
5/26/19
2085
views
15
comments
0
Thomas
Level 13
Scottsdale
Under discussion
Help ... Level 3 -- DISPLAY RIGHT AWAY .... stumped -- where / how do I structure this ???
public static void printString(String s) String a = "Hello, "; String b = "Amigo!"; String s = a + b; printString (s); // System.out.println(); public static void main(String[] args) { // printString(a + b); pr
5/19/19
1241
views
1
comment
0
Johnny
Level 2
Manchester
Under discussion
Is there any way of opening up quests without having completed the previous?
Hi, I'm particularly interested in the multithreading and collections quests but I don't want to have to grind through the other quests to get to them. Is there any way I can access them? Thanks
5/30/19
1447
views
1
comment
0
hidden #10444738
Level 16
Question about the task
One large array and two small ones
Java Syntax
,
Level 7
,
Lesson 4
Under discussion
Why does this fail!!!!
Why does this faill on creating two small arrays?
6/4/19
1860
views
2
comments
0
Anuj Jaiswal
Level 10
Varanasi
Question about the task
Set of cats
Java Syntax
,
Level 8
,
Lesson 11
Under discussion
what's the need to write this??
for (Iterator iterator = cats.iterator(); iterator.hasNext();) { Cat c= iterator.next();<---------------------------- iterator.remove(); } without this the code is not working if someone can help
6/10/19
1436
views
1
comment
0
Show more
1
...
260
261
262
263
264
...
374
Please enable JavaScript to continue using this application.