Promotion
CodeGym University
Java FullStack
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
Maxim Raitin
Level 20
Tomsk
Question about the task
Plan to conquer the world
Java Syntax
,
Level 3
,
Lesson 8
Under discussion
Help me
Dunno what is wrong package com.codegym.task.task03.task0318; /* Plan to conquer the world */ import java.io.*; public class Solution { public static void main(String[] args) throws Exception { Scanner name = new Scanner(System.in); int i = name.next(); String n = n
8/11/20
914
views
9
comments
0
Dave Andrea
Level 41
Question about the task
Password generator
Java Collections
,
Level 2
,
Lesson 6
Resolved
Any thoughts on what the validator is looking for?
Any thoughts on what the validator is looking for? As far as I can tell, I am meeting the requirements, but good ol' Mr. validator is not having it. I'm actually kind of impressed with my code here. Not that I think it is amazing code in the grand scheme of things, but just that it ended up being f
8/26/20
691
views
5
comments
0
Dawid
Level 28
Question about the task
The richest
Java Core
,
Level 9
,
Lesson 11
Resolved
I have tried many different combinations and the result is always correct.
However, it does not meet the last requirement.
8/26/20
606
views
4
comments
0
Dave Andrea
Level 41
Question about the task
Most frequent bytes
Java Core
,
Level 8
,
Lesson 3
Resolved
Could not find or load main class... ???
Hello everyone, I'm having an issue where I cannot run my code for this example. IntelliJ gives me the following error: This might be a problem on Codegym's end, or I could be doing something really dumb that I don't realize haha. But I cannot debug my code without being able to run it, so I canno
7/25/20
1061
views
10
comments
0
Christopher Abbott
Level 7
Coppull
Question about the task
Sorting three numbers
Java Syntax
,
Level 4
,
Lesson 6
Under discussion
what is going wrong?
package com.codegym.task.task04.task0420; /* Sorting three numbers */ import java.io.*; public class Solution { public static void main(String[] args) throws Exception { BufferedReader reader = new BufferedReader (new InputStreamReader(System.in)); String alpha = reader.rea
8/26/20
744
views
3
comments
0
Brad Reed
Level 19
Hartford
Question about the task
Table
Java Core
,
Level 8
,
Lesson 8
Under discussion
Help with that one condition
I've browsed the help section and have not found my answer so I'll post a question myself. I tried 'original.setModel(rows);' but get an error saying original doesn't exist. this wont take, and I've tried without the setModel() call(just cuz these things are weird like that sometimes) and nothing. W
8/21/20
565
views
2
comments
0
Petros
Level 23
Columbia
Question about the task
Prices
Java Core
,
Level 8
,
Lesson 11
Under discussion
Please help - One condition failing
After about 2 days, I really just want to move on. What's the problem here?
8/23/20
933
views
2
comments
0
Marek Pasierbek
Level 9
Poznań
Question about the task
Chicken factory
Java Core
,
Level 4
,
Lesson 6
Under discussion
Who can help find mistake?
I think that all is ok. Text os screan is OK.
8/26/20
527
views
4
comments
0
towelie8
Level 15
Darmstadt
Question about the task
Shuffled just in time
Java Syntax
,
Level 7
,
Lesson 12
Under discussion
Help
Can somebody tell me where the problem is?... greetz
8/26/20
809
views
1
comment
0
Arjun Kiruthivasan
Level 14
Chennai
Question about the task
Task No. 4 about integer type conversions
Java Syntax
,
Level 10
,
Lesson 4
Under discussion
where am i wrong??
pls help me??
9/25/18
2144
views
8
comments
0
tony
Level 20
Nis
Question about the task
Task No. 1 about integer type conversions
Java Syntax
,
Level 10
,
Lesson 4
Resolved
No idea
What does this means: "The program should display a number greater than 0. "
1/4/19
1946
views
5
comments
0
Yuvavimal
Level 12
coimbatore
Question about the task
Shortest or longest
Java Syntax
,
Level 7
,
Lesson 6
Under discussion
what is a wrong?
please check my code
8/12/20
678
views
4
comments
0
allthemore
Level 41
Question about the task
Adding a file to an archive
Java Collections
,
Level 1
,
Lesson 6
Under discussion
Probably this will help somebody
If your program works locally but does't validate and you checked all other possible solution in this forum probably this one may help. Find a line in your code that looks like: zipOutputStream.putNextEntry(new ZipEntry("new/" + Paths.get(fileName).getFileName())); Change slash after "new" so it l
8/2/20
599
views
1
comment
2
Brandon Horvatic
Level 27
Johannesburg
Question about the task
Factorial
Java Core
,
Level 5
,
Lesson 12
Resolved
Please give your input..
Hi guys, I've been stuck for hours. I've used the help section and google but it won't pass. my output adds a bunch of 0s for the higher numbers.
9/21/19
1477
views
2
comments
0
Edddieg
Level 15
Providence
Question about the task
Exception invasion
Java Core
,
Level 4
,
Lesson 8
Under discussion
welp ... help please , this sucks
please help
8/26/20
618
views
1
comment
0
Arshad Khan
Level 4
Kolkata
Question about the task
Plan to conquer the world
Java Syntax
,
Level 3
,
Lesson 8
Under discussion
java.util.NoSuchElementException:
am getting this error can some one help java.util.NoSuchElementException: Solution.java, method main, line: 15
9/4/18
3025
views
4
comments
0
Baurzhan Konurbayev
Level 40
Question about the task
Deserializing a JSON object
Java Collections
,
Level 3
,
Lesson 5
Resolved
What could be wrong?
Hi Stuck at this task. Any ideas? Thanks
8/25/20
522
views
2
comments
0
Rim
Level 11
Bucharest
Question about the task
Duplicating words
Java Syntax
,
Level 7
,
Lesson 9
Resolved
what is the problem in the code please
the result is that the string is duplicate and display each element in a line but it don t pass the verification .Why????
8/25/20
697
views
3
comments
0
Wei Cui
Level 39
Newark
Question about the task
Null object pattern
Java Collections
,
Level 1
,
Lesson 8
Under discussion
any improve for this?
public Solution(String pathToFile) { Path path = Paths.get(pathToFile); try { boolean isHiden = Files.isHidden(path); boolean isExecutable = Files.isExecutable(path); boolean isDirectory = Files.isDirectory(path); boolean isWritable =
3/19/20
1120
views
1
comment
2
Stephen Haokip
Level 12
imphal
Question about the task
Catching custom exceptions
Java Syntax
,
Level 9
,
Lesson 8
Resolved
i m stuck
please i need some help
8/24/20
744
views
2
comments
0
Lawson
Level 29
Lagos
Question about the task
A big fox is still a fox
Java Core
,
Level 3
,
Lesson 4
Resolved
Help
Pls what's my error
8/25/20
560
views
2
comments
0
Sarah Suß
Level 25
Hamburg
Question about the task
Hippodrome (part 9)
Java Multithreading
,
Level 1
,
Lesson 16
Resolved
What a I missing in the move()-method?
I tried iterating with a normal for-Loop and for each, but it does not verify.
1/20/20
1290
views
1
comment
1
Henrique
Level 41
São Paulo
Question about the task
Arkanoid (part 8)
Java Multithreading
,
Level 3
,
Lesson 13
Under discussion
Can someone explain, pls?
Hi, people. I passed the task because I copied the magical formula of the other help topic. But I didn't understand. To calculate the distance, we use double distance = Math.sqrt(Math.pow((this.getX() - o.getX()), 2.0) + Math.pow((this.getY() - o.getY()), 2.0)); And... what is it? I should have
7/28/20
630
views
4
comments
0
sourav bamotra
Level 20
jammu
Under discussion
major project for getting my teachers impressed.
guys what project can i make using java coding for my college practical? please suggest? i am almost about to complete the basic codegym java program and soon will get to the core java. >_<
8/25/20
549
views
1
comment
0
Tim
Level 7
Question about the task
Create a Dog class
Java Syntax
,
Level 5
,
Lesson 7
Resolved
I don't understand what's wrong
I don't understand what's wrong
5/18/19
2175
views
6
comments
0
adhargupta01
Level 4
Noida
Question about the task
Sorting three numbers
Java Syntax
,
Level 4
,
Lesson 6
Under discussion
Hey help me, I need help🙋🏻♂️
What's the error
8/24/20
646
views
4
comments
0
adhargupta01
Level 4
Noida
Question about the task
Day of the week
Java Syntax
,
Level 4
,
Lesson 4
Under discussion
Help!!!
What's the problem in it Plz help.
8/19/20
746
views
6
comments
2
Jeremy Simons
Level 7
Peterborough, Cambridgeshire, UK
Question about the task
Minesweeper (Part 3/16)
Games
,
Level 0
,
Lesson 0
Under discussion
Where am I going wrong?
I am going to research into how to reference objects from external files in the meantime....
9/26/19
1514
views
3
comments
0
Seferi
Level 22
Question about the task
User, loser, coder and programmer
Java Core
,
Level 4
,
Lesson 8
Resolved
Not verifying..
It seems like working tho..
8/25/20
677
views
2
comments
0
Agustin Jauregui
Level 22
Auckland
Question about the task
In decreasing order
Java Syntax
,
Level 7
,
Lesson 12
Resolved
Trying to use Collections on this one
The task preview hints that we could try and use collections here. So I gave it a go. I read in SO that the array[int] has to be converted to an object ArrayList in order to use Collections. So I kept failing and failing until I decided I was using to much time to try and solve this in a way we have
8/4/20
812
views
3
comments
0
Show more
1
...
147
148
149
150
151
...
374
Please enable JavaScript to continue using this application.