CodeGym
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
  • Henrique
    Level 41
    São Paulo
    Question about the task Implementing an interface using a local class
    Java Multithreading, Level 4, Lesson 6
    Resolved
    Output seems correct, but test fails on 4th requirementAny idea?
    • 29.07.2020
    • 564views
    • 7comments
    0
  • Jeanine Kimball
    Level 26
    New London
    Question about the task Prices 2
    Java Core, Level 8, Lesson 11
    Resolved
    I can't figure out the problem.I've been at it for hours. It's probably something small and I'm crosseyed and can no longer see it. Or of course it's major and I have to redo the whole thing. Again. Help please?
    • 03.08.2020
    • 418views
    • 4comments
    0
  • Rebekah H
    Level 8
    Gothenburg
    Question about the task R or L
    Java Syntax, Level 7, Lesson 9
    Resolved
    My code gives correct output but conditions 3 and 4 are not meet - would someone please explain?Thank you !
    • 04.08.2020
    • 641views
    • 2comments
    0
  • Paweł
    Level 15
    Gromnik
    Question about the task Sorting even numbers from a file
    Java Core, Level 3, Lesson 11
    Resolved
    Can't figure it out If you have a little time, help me please. package com.codegym.task.task13.task1326; /* Sorting even numbers from a file 1. Read a file name from the console. 2. Read a set of numbers from the file. 3. Display only the even numbers, sorted in ascending order. */ import java.io.*; import java.u
    • 27.01.2020
    • 1709views
    • 5comments
    0
  • Andrei Stratu
    Level 18
    Iasi
    Question about the task Clew
    Java Core, Level 6, Lesson 13
    Resolved
    Can't validate it because of the 4th threadAny idea what is wrong with the code. I tried to change the 4th thread in every way with this.stop(), this.interrupt(), stop(), interrupt(), etc. Need some help please.
    • 02.08.2020
    • 509views
    • 6comments
    0
  • Brad Reed
    Level 19
    Hartford
    Question about the task ApplicationContext
    Java Core, Level 7, Lesson 10
    Under discussion
    "marker interface"It has Bead listed as a "marker interface" what does that mean? if its covered later let me know I'll delete the ?
    • 03.08.2020
    • 527views
    • 2comments
    2
  • Artur
    Level 22
    Moorends
    Question about the task Duplicating words
    Java Syntax, Level 7, Lesson 9
    Resolved
    won't pass 3rd requirement?All seems to be right it prints out whole list with doubled words but why won't it pass then?
    • 03.08.2020
    • 581views
    • 2comments
    0
  • Azja
    Level 32
    Krakow
    Question about the task Phone number verification
    Java Multithreading, Level 2, Lesson 13
    Under discussion
    How regex should looks like in this task?How it should be? I added solution for conditions only
    • 15.05.2019
    • 1779views
    • 10comments
    0
  • Seferi
    Level 22
    Question about the task Display numbers in reverse order
    Java Syntax, Level 7, Lesson 12
    Resolved
    Why doesn't it work?Can't figure it out...
    • 26.06.2020
    • 449views
    • 3comments
    2
  • Brad Reed
    Level 19
    Hartford
    Question about the task CRUD 2
    Java Core, Level 7, Lesson 10
    Resolved
    What.... It's failing and telling me to add what i already have....It wont pass the last verification, saying I need to have a switch statement that has (args[0]) which is right there on line 26. so, what do I do now, becuase I'm not even sure how to make it "see" that its there....
    • 03.08.2020
    • 578views
    • 3comments
    0
  • Seferi
    Level 22
    Question about the task What sort of list is that?
    Java Syntax, Level 7, Lesson 6
    Resolved
    Little help please..Don't know why the last condition fails...
    • 25.06.2020
    • 955views
    • 4comments
    0
  • Nicolas Huet
    Level 41
    Provins
    Question about the task It's not as easy as it seems
    Java Multithreading, Level 5, Lesson 7
    Under discussion
    I really don't see...I'm totally blocked in this task, I have read a lot about callable, future, sockets etc. and still, I really don't know what to do... I hope someone will give me some hints please.
    • 31.08.2019
    • 1182views
    • 6comments
    1
  • Lawson
    Level 29
    Lagos
    Question about the task Cat relations
    Java Syntax, Level 6, Lesson 11
    Under discussion
    helppls what's wrong with my code
    • 03.08.2020
    • 399views
    • 1comment
    0
  • Artur
    Level 22
    Moorends
    Question about the task R or L
    Java Syntax, Level 7, Lesson 9
    Resolved
    Null pointer exception?? What is wrong? I have tried printing out whole array in "print 1" and "print 2" first one prints out the list and the second one does not print nothing just "null" so somehow my "list = fix(list)" makes the arraylist null? any ideas why?
    • 03.08.2020
    • 659views
    • 2comments
    0
  • Djole
    Level 41
    Belgrade
    Question about the task No idiots
    Java Multithreading, Level 5, Lesson 5
    Resolved
    any idea on this one?public class Solution { public static void main(String[] args) { MyThread myThread = new Solution().new MyThread("super secret key"); myThread.start(); } public class MyThread extends Thread { private String secretKey; public MyThread(String secretKey)
    • 18.04.2019
    • 1521views
    • 9comments
    1
  • YSS
    Level 16
    New York City
    Question about the task Default values
    Java Core, Level 5, Lesson 9
    Resolved
    Code runs, does not pass the test, Thanks for taking a look. .
    • 20.12.2019
    • 1345views
    • 2comments
    2
  • James Kelly
    Level 31
    Point Pleasant
    Question about the task Prices
    Java Core, Level 8, Lesson 11
    Resolved
    can't verify 3rd requirementeverything verifies but "When you run the program without arguments, the product list must remain unchanged"
    • 13.06.2020
    • 616views
    • 5comments
    0
  • Johannes
    Level 27
    Centurion, Pretoria
    Question about the task Your own enum
    Java Multithreading, Level 5, Lesson 2
    Resolved
    Skipping this task too. Don't know what they want.Lot's of talk about real order and new order, and an array of Column class objects passed as input parameter, but code is not understandable to me. Skip....
    • 18.05.2020
    • 725views
    • 21comments
    2
  • Maxine Hammett
    Level 19
    San Diego
    Question about the task Bridges
    Java Core, Level 4, Lesson 8
    Under discussion
    Really ConfusedI'm getting a error on my Solutions Bridge call. I don't know what to do. Your help is appreciated.
    • 03.08.2020
    • 404views
    • 2comments
    0
  • Brad Reed
    Level 19
    Hartford
    Question about the task OOP: Fix inheritance problems
    Java Core, Level 5, Lesson 2
    Resolved
    Should work. Not sure where I went wrong, poked around the help section and the condition I’m failing is identical to some others that have passed it....help?
    • 23.07.2020
    • 700views
    • 3comments
    1
  • Angel Stefan Arjoca
    Level 26
    Bucharest
    Question about the task OOP: Books
    Java Core, Level 5, Lesson 2
    Resolved
    getOutPutByBookType()????In getOutPutByBookType() i think i need to work with instanceof Agatha... and Mark...but i dont know what to instanceof. This is so frustrating!!! 🤦‍♂️
    • 07.07.2020
    • 677views
    • 3comments
    1
  • Dawid Lubera
    Level 26
    Rzeszów
    Question about the task Between tabs
    Java Multithreading, Level 2, Lesson 5
    Under discussion
    Last requirement!!!Any ideas what's wrong with this code?
    • 29.07.2020
    • 491views
    • 3comments
    0
  • Joy Majumdar
    Level 16
    Kolkata
    Question about the task Shared last names and first names
    Java Syntax, Level 8, Lesson 11
    Resolved
    What's the bug bro ?Point out the error please!
    • 20.03.2019
    • 2036views
    • 5comments
    0
  • Pioniio
    Level 22
    Schaffhausen
    Question about the task Make a family
    Java Syntax, Level 8, Lesson 11
    Resolved
    Output seem as expected but one verification violationcould somebody help me? what is wrong with my code? thank you
    • 26.05.2019
    • 2070views
    • 4comments
    2
  • Joan Ushie
    Level 4
    calabar
    Question about the task Currency exchange
    Java Syntax, Level 3, Lesson 3
    Under discussion
    i need helpplease who can help, i don't understand why when i called the convertEurToUsd method twice using convertEurToUsd(1,2.2) convertEurToUsd(2,2.2) and displayed it twice using( System.out.println(convertEurToUsd(1,2.2)); ( System.out.println(convertEurToUsd(2,2.2)); my second requirement was not met unt
    • 25.07.2020
    • 428views
    • 1comment
    0
  • Ivan
    Level 22
    Nope
    Question about the task Vowels and consonants
    Java Syntax, Level 9, Lesson 11
    Resolved
    Output correctionHi Guys, Can you help out? My current output is: [a, I, A] [S, m, m, .] How can I trim the commas and brackets?
    • 06.11.2019
    • 1507views
    • 6comments
    2
  • lordheraldor
    Level 23
    Newark
    Question about the task Tracking changes
    Java Core, Level 9, Lesson 11
    Under discussion
    Super lost helpI understand that between ADDED and REMOVED you have to have a SAME line between them. What I don't understand is how exactly the content of the files are layered. One attempt I tried timed out and I thought it would work but time is a factor of course.
    • 20.04.2019
    • 2294views
    • 8comments
    0
  • slyyx
    Level 15
    New York City
    Question about the task Expressing ourselves more concisely
    Java Syntax, Level 7, Lesson 6
    Archived
    Unsure if the verification system is being picky or if I made a mistake somewhereI've tried with multiple sets of words and they all worked correctly
    • 02.08.2020
    • 431views
    • 1comment
    0
  • Abhishek Yadav
    Level 6
    New Delhi
    Question about the task Family relations
    Java Syntax, Level 2, Lesson 2
    Under discussion
    help me what should be changed?? Please help It will mean a lot to me
    • 02.08.2020
    • 485views
    • 1comment
    0
  • Skynet
    Level 40
    Question about the task CRUD
    Java Core, Level 7, Lesson 10
    Resolved
    Don't get why my code doesn't pass 3rd+4th conditionsThe output seems correct if I use "-i 1" in the Program arguments. If I add a new person with "-c" etc etc, I get "2" as output, which is its index and what is supposed to happen, as far as I understood from the conditions. Don't new people get added to the end of the list automatically?
    • 19.01.2020
    • 1363views
    • 1comment
    0
  • 1
  • ...
  • 156
  • 157
  • 158
  • 159
  • 160
  • ...
  • 372
Learn
  • Registration
  • Java Course
  • Help with Tasks
  • Pricing
  • Java Syntax
Community
  • Users
  • Articles
  • Forum
  • Chat
  • Success Stories
  • Activity
  • Affiliate Program
Company
  • About us
  • Contacts
  • Reviews
  • Press Room
  • CodeGym for EDU
  • FAQ
  • Support
CodeGym CodeGym is an online course for learning Java programming from scratch. This course is a perfect way to master Java for beginners. It contains 1200+ tasks with instant verification and an essential scope of Java fundamentals theory. To help you succeed in education, we’ve implemented a set of motivational features: quizzes, coding projects, content about efficient learning, and a Java developer’s career.
Follow us
Interface language
English
Deutsch Español हिन्दी Français Português Polski বাংলা 简体中文 मराठी தமிழ் Italiano Bahasa Indonesia 繁體中文 Nederlands 日本語 한국어 Bulgarian Danish Hungarian Basa Jawa Malay Norwegian Romanian Swedish Telugu Thai Українська Filipino Turkish Azərbaycan Русский Vietnamese
Programmers Are Made, Not Born © 2025 CodeGym
MastercardVisa
Programmers Are Made, Not Born © 2025 CodeGym